Mad Metasploit : Metasploit Custom Modules, Plugins & Resource Script
Mad Metasploit is an awesome metasploit collection which include metasploit custom modules, plugins and resource script. Add mad-metasploit to metasploit framework config your metasploit-framework directory $ vim config/config.rb$metasploit_path = '/opt/metasploit-framework/embedded/framework/'/usr/share/metasploit-framework Interactive Mode $ ./mad-metasploit Commandline Mode(preset all) $ ./mad-metasploit Also Read - Hashboy : A Hash Query Tool Use custom modules search auxiliary/exploits, other.. HAHWUL > search springbootMatching ModulesName ...
Hashboy : A Hash Query Tool
Hashboy is a simple hash query tool and was redeveloped on hash-buster. So let us have a look on how to install and use the hash query tool. Install $git clone https://github.com/sf197/hashboy-tool$cd hashboy-tool$python3 hashboy.py Usage $ python3 hashboy.py Author:Leiothrix Github:https://github.com/sf197usage: hashboy.py optional arguments: -h, --help ...
Can’t you Finish your Essay in a Short Time?
Essays are always a mandatory task that is avoided. However it is avoided, essay writing is one of the most important academic representations. Not only that, but essays are also set as one of the prerequisites for graduation for certain subjects. We have come to a conclusion about the importance of essays in the process of academic education. But...
CarbonCopy : A Tool Which Creates A Spoofed Certificate of Any Online Website
CarbonCopy is a tool which creates a spoofed certificate of any online website and signs an Executable for AV Evasion. Works for both Windows and Linux. Also Read - DNS-Shell : An Interactive Shell Over DNS Channel CarbonCopy creates a self-signed certificates which looks like the original certificate, i.e. subject, issuer etc seem to match. But, the...
Karma : Find Leaked Emails with Your Passwords
Karma is a tool used for find leaked emails with your passwords. Usage this program for attacking targets without prior consent is illegal. It's the end user's responsibility to obey allapplicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Also Read -...
Arjun : HTTP Parameter Discovery Suite
Also Read - PFQ : Functional Network Framework for Multi-Core Architectures Usage Note: Arjun doesn't work with python < 3.4 Discover parameters To find GET parameters, you can simply do: python3 arjun.py -u https://api.example.com/endpoint --get Similarly, use --post to find POST parameters. Multi-threading Arjun uses 2 threads by default but you can tune its performance according to your network connection. python3 arjun.py -u https://api.example.com/endpoint --get -t 22 Delay between...
SocialFish : Educational Phishing Tool & Information Collector
An app to remote control SocialFish. This app is an open-source project to remote control the application, it does not work independently. Also Read - PFQ : Functional Network Framework for Multi-Core Architectures Setting Up Fernando H. E. Bellincanta edited this page 16 hours ago · 8 revisions PREREQUISITES Python 3.6 or >pip3 PYTHON 3 PREREQUISITES flask colorama sqlite3 flask_login shutil re os secrets python-nmap...
DNS-Shell : An Interactive Shell Over DNS Channel
DNS-Shell is an interactive Shell over DNS channel. The server is Python based and can run on any operating system that has python installed, the payload is an encoded PowerShell command. The Payload is generated when the sever script is invoked and it simply utilizes nslookup to perform the queries and query the server for ...
Decker : Declarative Penetration Testing Orchestration Framework
Decker is a penetration testing orchestration framework. It leverages HashiCorp Configuration Language 2 (the same config language as Terraform) to allow declarative penetration testing as code, so your tests can be versioned, shared, reused, and collaborated on with your team or the community. Example of a decker config file: // variables are pulled from environment // ex: DECKER_TARGET_HOST //...
PFQ : Functional Network Framework for Multi-Core Architectures
PFQ is a functional framework designed for the Linux operating system built for efficient packets capture/transmission (10G, 40G and beyond), in-kernel functional processing, kernel-bypass and packets steering across groups of sockets/end-points. It is highly optimized for multi-core architecture, as well as for network devices equipped with multiple hardware queues. Compliant with any NIC, it provides a script that generates accelerated...