Skip to content

Kadetron/vulnex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Vulnex

lock

Find SQLi vulnerabilty in the URLs in the domain

Searches for .php files by scrapping the domain website upto a depth of 2

Appends (' ") after .php files and checks for SQL errors.

Usage

$ vulnex

vulnex

$ vulnex <domain>.<tld>

vulnex_domain

Installation

git clone https://github.com/Kadetron/vulnex  
cd vulnex
chmod +x vulnex
sudo mv vulnex /usr/local/bin
cd ..
rm -r ./vulnex

Dependency

  • awk
  • curl
  • grep
  • sed
  • uniq

About

A bash script to find SQLi vulnerability in a provided domain by crawling through all the URLs in the domain website

Topics

Resources

License

Stars

Watchers

Forks

Languages