SQli Checker [Python]

rileyman0000

Well-known member
Member
Joined
9 yrs. 28 days
Messages
1,565
Reaction score
785
Wallet
0$
this tool is simple python script which can perform link checking for SQLi. Script reads target file and check every link in file for vulnerability … Usage is simple:

python sqliChecker.py FILE_NAME

For now there is no threading support, but i working on it ;)

Code:
Please, Log in or Register to view codes content!
 
Top Bottom