AutoNessus: use Nessus API for automating scans
AutoNessus This script communicates with the Nessus API in an attempt to help with automating scans. Depending on the flag issued with the script, you can list all scans, list...
Network PenTest / Vulnerability Analysis / Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 23, 2017 · Last modified October 25, 2022
AutoNessus This script communicates with the Nessus API in an attempt to help with automating scans. Depending on the flag issued with the script, you can list all scans, list...
Information Gathering / Network PenTest / Password Attacks / Vulnerability Analysis / Web Information Gathering / Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 22, 2017
PenTestKit Useful tools & scripts for Penetration Testing Requirements OS Tested on Debian 9.x & Kali Linux Languages & Libraries Python 2.x termcolor (python package) requests (python package) BeautifulSoup (python...
Network PenTest / Vulnerability Analysis / Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 22, 2017 · Last modified November 4, 2024
vulscan – Vulnerability Scanning with Nmap Introduction Vulscan is a module which enhances nmap to a vulnerability scanner. The nmap option -sV enables version detection per service which is used...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 21, 2017 · Last modified October 10, 2021
CoMisSion – WhiteBox CMS analysis CoMisSion is a tool to quickly analyze a CMS setup. The tool: checks for the core version; checks for modifications made on the core (additions,...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 17, 2017 · Last modified November 4, 2024
WordPresscan A simple WordPress scanner written in python based on the work of WPScan (Ruby version) Install & Launch Dependencies Install Example 1 : Basic update and scan of a...
SHELLING – a comprehensive OS command injection payload generator – now also available as a Burp Plugin What is SHELLING? This tool is a customizable payload generator, suitable for detecting...
Race The Web Tests for race conditions in web applications by sending out a user-specified number of requests to a target URL (or URLs) simultaneously, and then compare the responses from...
Web Exploitation / Web Information Gathering / Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 15, 2017
HUNT Burp Suite Extension HUNT is a Burp Suite extension to: Identify common parameters vulnerable to certain vulnerability classes. Organize testing methodologies inside of Burp Suite. HUNT Scanner (hunt_scanner.py) This...
Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis).[1] In most cases the analysis is performed on some...
psychoPATH – a blind webroot file upload & LFI detection tool (now available in the Burp App Store!) psychoPATH – hunting file uploads & LFI in the dark This tool...
Programming / Vulnerability Analysis / Web Vulnerability Analysis
by do son · Published August 10, 2017
Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis).[1] In most cases the analysis is performed on some...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 9, 2017 · Last modified November 5, 2017
Airachnid Burp Extension A Burp extension to test applications for vulnerability to the Web Cache Deception attack. Once the extension has been loaded, it can be accessed in the Target...
Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis).[1] In most cases the analysis is performed on some...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 7, 2017 · Last modified November 4, 2024
Damn Web Scanner Another web vulnerabilities scanner, this extension works on Chrome and Opera. The extension is working in the background and will notify you if it finds any vulnerability...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published August 7, 2017 · Last modified November 4, 2024
PHP_Code_Static_Analysis A basic script to detect vulnerabilities into a PHP source code Currently detecting : SQL injection Local File Inclusion Insecure emails Cross Site Scripting Remote Commands Execution LDAP injection...