Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 854 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 854 Bytes

SQL-XSS

A few SQL and XSS attack tools

SQLi.py

Inspired but not based on the popular tool SQLmap, SQLi is a SQL vulnerability checker and a database takeover tool

xfuzz.py

xfuzz is a Python script to check for cross-site scripting attacks and what payload is used to cleanly break out of the code. xfuzz takes care of crafting the payload for you by first detecting the location of the parameter reflection, then using a number of tests to determine what payload is needed.

xfuzz-simple.py

xfuzz-simple is a simple, more easier and clean way for the pentesters that just want the payload and no extra details. (same as xfuzz, but with less detail)

xss.py

Xss.py checks for cross-site scripting attacks in websites and reports it back to you.

sql.py

sql.py checks for cross-site scripting attacks in websites and reports it back to you.