Duplicut : Remove Duplicates From MASSIVE Wordlist, Without Sorting It
Duplicut is a modern password wordlist creation usually implies concatenating multiple data sources. Ideally, most probable passwords should stand at start of the wordlist, so most common passwords are cracked instantly. With existing dedupe tools you are forced to choose if you prefer to preserve the order OR handle massive wordlists. Unfortunately, wordlist creation requires both: So i wrote duplicut in highly optimized C to address this very specific need Quick start git...
Cybersecurity : Tips for the Best Measures to Protect Your Data
Cybersecurity is becoming a challenge to most individuals in society nowadays. People are losing money, among other essentials, through online fraud. Now, is there a need to sensitize people about Cybersecurity? Besides, what are the measures you can take to avoid cybercrime? Let’s find that out by reading through this post! Simple Cybersecurity Measures for Protecting Your Account If you want...
WinPmem : The Multi-Platform Memory Acquisition Tool
WinPmem has been the default open source memory acquisition driver for windows for a long time. It used to live in the Rekall project, but has recently been separated into its own repository. Description WinPmem is a physical memory acquisition tool with the following features: Open sourceSupport for WinXP - Win 10, x86 + x64. The WDK7600 can be used to include...
Paragon : Red Team Engagement Platform With The Goal Of Unifying Offensive
Paragon is a Red Team engagement platform. It aims to unify offensive tools behind a simple UI, abstracting much of the backend work to enable operators to focus on writing implants and spend less time worrying about databases and css. The repository also provides some offensive tools already integrated with Paragon that can be used during engagements. This repository is...
Nginxpwner : Tool To Look For Common Nginx Misconfigurations & Vulnerabilities
Nginxpwner is a simple tool to look for common Nginx misconfigurations and vulnerabilities. Install cd /optgit clone https://github.com/stark0de/nginxpwnercd nginxpwnerchmod +x install.sh./install.sh Usage Target tab in Burp, select host, right click, copy all URLs in this host, copy to a filecat urllist | unfurl paths | cut -d"/" -f2-3 | sort -u > /tmp/pathlistOr get the list of paths you already discovered in the...
Storm-Breaker : Tool Social Engineering (Access Webcam, Microphone, OS Password Grabber And Location Finder) With Ngrok
Features Get Device Information Without Any PermissionsAccess Location Os Password Grabber Access WebcamAccess Microphone Operating Systems Tested Kali Linux 2020 Installation On Kali Linux $ git clone https://github.com/ultrasecurity/Storm-Breaker$ cd Storm-Breaker$ sudo bash linux-installer.sh$ python3 -m pip install -r requirments.txt$ sudo python3 Storm-Breaker.py Download
VAF: Very Advanced (Web) Fuzzer
In VAF there will also be a vaf_linux_amd64 binary for linux users already compiled by me, but that's not going to be always updated Clone and cd into the repoInstall nim Linux: Install nim using: curl https://nim-lang.org/choosenim/init.sh -sSf | sh and adding nim to path Windows: Download nim from https://nim-lang.org/install_windows.html and run finish.exe (you might need to reopen a cmd window for nim to load) Run nimble build A vaf binary...
What Features Make Modern Day Games Stand Out?
There are hundreds of thousands of games released each and every month but rarely a handful of these games are able to make it to the top and grab some serious attention. Some of these games become quick a hit even before their final release, Valheim and Outriders to name a few. These titles have grabbed so much attention...
MeterPwrShell : Automated Tool That Generate The Perfect Powershell Payload
MeterPwrShell is a automated Tool That Generate A Powershell Oneliner That Can Create Meterpreter Shell On Metasploit, Bypass AMSI, Bypass Firewall, Bypass UAC and Bypass Any AVs. This tool is powered by Metasploit-Framework and amsi.fail Notes NEVER UPLOAD THE PAYLOAD THAT GENERATED BY THIS PROGRAM TO ANY ONLINE SCANNER.NEVER USE THIS PROGRAM FOR MALICIOUS PURPOSE.SPREADING THE PAYLOAD THAT GENERATED BY THIS PROGRAM IS NOT COOL.ANY...
PwnLnX : An Advanced Multi-Threaded, Multi-Client Python Reverse Shell For Hacking Linux Systems
PwnLnX is an advanced multi-threaded, multi-client python reverse shell for hacking Linux systems. There's still more work to do so feel free to help out with the development. Disclaimer: This reverse shell should only be used in the lawful, remote administration of authorized systems. Accessing a computer network without authorization or permission is illegal. Getting Started Please follow these instructions to get a copy of...