Wreckuests – Tool To Run DDoS Attacks With HTTP-Flood
Wreckuests is a script, which enables you to run DDoS attacks with HTTP-flood. It's composed in unadulterated Python and utilization proxy servers as bots. This script isn't all inclusive and you can't simply drop Pentagon/NSA/whatever site with only a solitary mouse click. Each attack is one of a kind, and for every site you'd have to look for vulnerabilities...
Raptor WAF – Web application firewall using DFA
Raptor WAF is a Open Source Web application firewall tool made in C, utilizes DFA to block SQL infusion, Cross website scripting and way traversal. It is widely use now a days for the following; Block XSS, SQL injection attacks and path traversal with Raptor. Use blacklist IPs to block some users at the config/blacjlist_ip.txt Use IPv6 and IPv4 at communications. ...
RouterSploit – Exploitation Framework For Embedded Devices
Routersploit is an open-source exploitation Framework to perform various penetration testing operations with embedded devices. The Routersploit contains various modules that perform penetration testing operations exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit payloads - modules that are responsible for...
Blind-Bash : Project To Obfuscate Your Bash Code
Blind-bash is an open source project, you can use this project to obfuscate your bash code and obfuscation is the best way to hide important things in your code. This tool will give you blind & strong code, but everyone has knowledge in bash script can DE-obfuscate this code. So this obfuscation not %100 secure, don't let important things in your...
Joomscan – OWASP Joomla Vulnerability Scanner Project
JoomScan or OWASP Joomla Vulnerability Scanner is an open source project, developed with the aim of automating the task of vulnerability detection and reliability assurance in Joomla CMS deployments. Implemented in Perl, this tool enables seamless and effortless scanning of Joomla installations, while leaving a minimal footprint with its lightweight and modular architecture. It not only detects known offensive...
Social Mapper – A Social Media Enumeration & Correlation Tool
Social Mapper is a Social Media Mapping Tool that correlates profiles via facial recognition by Jacob Wilkin(Greenwolf). Social Mapper is an Open Source Intelligence Tool that uses facial recognition to correlate social media profiles across different sites on a large scale. It takes an automated approach to search popular social media sites for targets names and pictures to accurately detect and...
Mr SIP : SIP-Based Audit and Attack Tool
Mr SIP is a tool developed to audit and simulate SIP-based attacks. Originally it was developed to be used in academic work to help developing novel SIP-based DDoS attacks and defense approaches and then as an idea to convert it to a fully functional SIP-based penetration testing tool, it has been redeveloped into the current version. It was used in...
WarChild – Denial Of Service Testing Suite Made For Analyzing
Warchild is a denial of service testing suite made for analyzing the strength of your website against different kinds of denial of service attacks you will be facing which are mainly organized by crooks to cause damage to your website. WarChild Installation For Installing the required modules just run the following command in your terminal :) ...
Aron – A GO Script For Finding Hidden GET & POST Parameters
Aron is a simple GO script for finding hidden GET & POST parameters with bruteforce. Aron Installation $ git clone https://github.com/m4ll0k/Aron.git aron $ cd aron $ go get github.com/m4ll0k/printer # now check if $GOPATH is set $ go env | grep -i gopath # if $GOPATH not set, try with: $ export GOPATH=$HOME/go $ go run aron.go # OR $ go build aron.go $ cp aron /usr/bin/ $ aron Also Read...
Homoglyphs – Get Similar Letters, Convert To ASCII, Detect Possible Languages & UTF-8 Group
Homoglyphs is used to get similar letters, convert to ASCII, detect possible languages and UTF-8 group. Also can say python library for getting it and converting to ASCII. Features It's smarter version of confusable_homoglyphs: Autodect or manual choosing category (aliases from ISO 15924). Auto or manual load only needed alphabets in memory. Converting to ASCII. More configurable. More stable. Also Read Whatsapp_Automation...