========================
WHAT I'M ABOUT TO SHARE WITH YOU IS FOR EDUCATIONAL PURPOSES ONLY!!!I WILL NOT BE RESPONSIBLE FOR ANY ILLEGAL ACTIONS YOU'LL DO!!
========================
INSTALL IN SQLMAP TERMUX (NO ROOT)
========================
USAGE OF THIS TOOL TO ATTACK TARGETS WITHOUT PRIOR MUTUAL CONSENT IS ILLEGAL. IT'S THE END USER'S RESPONSIBILITY TO OBEY ALL APPLICABLE LOCAL, STATE AND FEDERAL LAWS. I ASSUME NO LIABILITY AND I WILL NOT BE RESPONSIBLE FOR ANY MISUSE OR HARM CAUSED BY THIS TOOL/PROGRAM.
=========================
THIS IS NEITHER MY TOOL NOR MY PROGRAM. BLACK HAT HACKING IS ILLEGAL. REMEMBER THE CONSEQUENCES AND TRY BLACK HAT HACKING AT YOUR OWN RISK.
========================
sqlmap is an open source penetration testing tool
that automates the process of detecting and exploiting
SQL injection flaws and taking over of database servers.
It comes with a powerful detection engine, many niche features
for the ultimate penetration tester and a broad range of
switches lasting from database fingerprinting, over data fetching from the database,
to accessing the underlying file system and executing commands on
the operating system via out-of-band connections.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/sqlmapproject/sqlmap
$ cd sqlmap
$ chmod +x *
Run :
$ python2 sqlmap.py -h
It shows all options to use this tool sqlmap
$ python2 sqlmap.py
========================
Enjoy! Follow us for more...
No comments:
Post a Comment