Saturday, July 20, 2019

Sn1per – An Automated Pentesting Framework

git clone https://github.com/1N3/Sn1per.git

Then you type the following commands to change the directory to Sn1per, change mode of install.sh, and to list the files of Sniper respectively.
cd sn1per chmod +x install.sh ls
Then your screen should look like this:



Then you type the following command to install the tool:
./install.sh
After a successful installation your screen should look like the following:
To run the tool, simply type:
sniper -h
-h (to show you the help menu)
Your screen should look like this:

So, we want to gather information about certified hacker.com
so we type the following command:
./sn1per certifiedhacker.com
The tool will automatically collect information about the target.
Your screen should look like that:
You can type the help command to explore more features of the tool.