BruteXSS v1.5 – Cross-site Scripting Tool
BruteXSS is a tool written in python simply to find XSS vulnerabilities in the web application. This tool was originally developed by Shawar Khan in CLI. I just redesigned it...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 26, 2017 · Last modified November 4, 2024
BruteXSS is a tool written in python simply to find XSS vulnerabilities in the web application. This tool was originally developed by Shawar Khan in CLI. I just redesigned it...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 25, 2017 · Last modified November 4, 2024
Shuriken was developed by Shogun Lab as an open source Cross-Site Scripting (XSS) command line utility to aid web security researchers who want to test a list of XSS payloads...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 22, 2017 · Last modified May 6, 2018
DorkNet Selenium powered Python script to automate searching the web for vulnerable applications. DorkNet can take a single dork or a list of dorks as arguments. After the proper command...
Forensics / Information Gathering / Metasploit / Network PenTest / Vulnerability Analysis / Web Exploitation / Web Information Gathering / Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 19, 2017 · Last modified November 4, 2024
We have filled the world of hackers with infinite fantasy and fear, but with the rise of technology and security in the field of progress, hacking technology has become increasingly...
Web Exploitation / Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 19, 2017 · Last modified November 4, 2024
Find SQL injections This python script is developed to show, how many vulnerable websites, which are laying around on the web. The main focus of the script is to generate...
Web Information Gathering / Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 17, 2017 · Last modified November 4, 2024
wig – WebApp Information Gatherer wig is a web application information gathering tool, which can identify numerous Content Management Systems and other administrative applications. The application fingerprinting is based on...
Web Information Gathering / Web Vulnerability Analysis
by do son · Published May 13, 2017 · Last modified November 4, 2024
I would like to talk about arachni, an open-source framework among many Web Vulnerability Scanners (WVS). I tested it briefly, and it seems to be usable. Also, you should learn...
Web Information Gathering / Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 12, 2017 · Last modified May 1, 2024
Advanced search in search engines, enables analysis provided to exploit GET / POST capturing emails & urls, with an internal custom validation junction for each target / url found. Screenshot:...
Metasploit / Web Information Gathering / Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 4, 2017 · Last modified July 28, 2017
Information gathering web server scanning module Module auxiliary/scanner/http/http_version Module auxiliary/scanner/http/open_proxy Module auxiliary/scanner/http/robots_txt Module auxiliary/scanner/http/frontpage_login Module auxiliary/admin/http/tomcat_administration Module auxiliary/admin/http/tomcat_utf8_traversal Module auxiliary/scanner/http/options Module auxiliary/scanner/http/drupal_views_user_enum Module auxiliary/scanner/http/scraper Module auxiliary/scanner/http/svn_scanner Module auxiliary/scanner/http/trace Module auxiliary/scanner/http/vhost_scanner...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 4, 2017 · Last modified November 4, 2024
Whitewidow is an open source automated SQL vulnerability scanner, that is capable of running through a file list, or can scrape Google for potentially vulnerable websites. It allows automatic file...
Network PenTest / Vulnerability Analysis / Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 1, 2017 · Last modified November 4, 2024
OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. How to install OpenVAS on Kali Linux apt-get update apt-get...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published May 1, 2017 · Last modified November 4, 2024
Vega is a free web vulnerability diagnostic scanner developed by SUBGRAPH. The UI is also one of my favorite scanners because of its superior performance compared to other WVS that...
Web Vulnerability Analysis / WebApp PenTest
by do son · Published April 23, 2017 · Last modified February 24, 2018
Command Execution PHP Code Execution Apart from eval, here are other ways to execute PHP code: include/require can be used for remote code execution in the form of Local File...
Web Exploitation / Web Vulnerability Analysis / WebApp PenTest
by do son · Published April 17, 2017 · Last modified November 4, 2024
XVWA is a badly coded web application written in PHP/MySQL that helps security enthusiasts to learn application security. It’s not advisable to host this application online as it is designed...
Web Exploitation / Web Vulnerability Analysis / WebApp PenTest
by do son · Published April 10, 2017 · Last modified November 4, 2024
What is XPath? XPath Injection Similar to SQL injection, XPath injection occurs when the site uses the information entered by the user to construct the request for XML data. An...