Top Phishing Tools - Installation commands
Linux/ Android (Termux)
Termux(PlayStore): Download by clicking here
Must Use these commands before installing any Tool:
$ apt update && apt upgrade
$ apt install git
1.SocialFish:
$ pkg install python
$ pkg install python2
$ git clone https://github.com/UndeadSec/SocialFish.git
$ apt-get install python3 python3-pip python3-dev -y
$ cd SocialFish
$ python3 -m pip install -r requirements.txt
$ python SocialFish.py <yourusername> <yourpassword>
2. ShellPhish
$ git clone https://github.com/thelinuxchoice/shellphish.git
$ cd shellphish
$ bash shellphish.sh
0 Comments