Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 663 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 663 Bytes

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