Skip to content

Shubhamshrimali/SQL-XSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A few SQL and XSS attack tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%