This tool was created by Noob hackers...
photo_2019-06-29_15-32-01
?? Infect is available for:
Termux
?? Installation and usage guide:
$ apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/Infect
$ ls
$ cd infect
$ ls
$ bash infect.sh
Now you need internet connection to continue further process...
You can select any option by clicking on your keyboard
Note:- Don't delete any of the scripts included in lol file
Installing SQLMAP:  Sqlmap is a tool used to find and inject SQL injection vulnerabilities in a database/web application. The process of installing sqlmap is a little more complex because you can’t install it directly from the pkg install command. Here is the installation process: Update pkg update Install Python2 pkg install python2 Install Git pkg install git Clone sqlmap git repository: git clone https://github.com/sqlmapproject/sqlmap.git Now list all the directories in the current location and change to the sqlmap directory ls (to list all directories) cd sqlmap (if you find the sqlmap directory in the list then type this command) Now find sqlmap.py and run it ls (to list all directories/files to find sqlmap) python2 sqlmap.py (to run the sqlmap.py script) That’s it. Now you can use sqlmap.
Comments