Social Engineering
1. DarkPhish : https://github.com/Cyber-Anonymous/Dark-Phish
2. Shellphish : https://github.com/AbirHasan2005/ShellPhish
3. SEToolkit : https://github.com/trustedsec/social-engineer-toolkit1. SEToolkit
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd setoolkit
pip3 install -r requirements.txt
python setup.py2. Shellphish
apt update
apt install git wget php unzip curl -y
git clone https://github.com/AbirHasan2005/ShellPhish
cd ShellPhish
chmod +x *
bash shellphish.sh3. DarkPhish
Last updated