Social Engineering
Social engineering is a type of manipulation or psychological manipulation used by attackers to deceive individuals into divulging confidential information, granting access to restricted systems, or performing actions that compromise security. Unlike technical attacks, which rely on exploiting system vulnerabilities, social engineering attacks primarily target human behavior and trust.
Tools used in the social engineering is as follows :
1. DarkPhish : https://github.com/Cyber-Anonymous/Dark-Phish
2. Shellphish : https://github.com/AbirHasan2005/ShellPhish
3. SEToolkit : https://github.com/trustedsec/social-engineer-toolkit
1. SEToolkit
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd setoolkit
pip3 install -r requirements.txt
python setup.py
2. Shellphish
apt update
apt install git wget php unzip curl -y
git clone https://github.com/AbirHasan2005/ShellPhish
cd ShellPhish
chmod +x *
bash shellphish.sh
3. DarkPhish
apt install python3 curl php git openssh nodejs npm python3-tk -y
pip3 install requests wget pyshorteners
git clone https://github.com/Cyber-Anonymous/Dark-Phish.git
cd Dark-Phish
Last updated