How to install ShellPhish phishing tool in your termux.
How to install ShellPhish in termux step-by-step: Step 1: Update and upgrade the termux to the current date. apt update && apt upgrade Press N if ask about the version. Step 2: Install dependencies for ShellPhish without installing this tool you will get errors. apt install php wget git (While installing if it is asking do you wanna install just press y.) This will install Php wget and git in termux which will be used while using ShellPhish. If you already have any of this you can remove the name from command while installing. Step 3: Cloning the shellPhish project from the git Hub repository. git clone https://github.com/thelinuxchoice/shellphish Step 4: Change directory to shellPhish. cd shellphish Step 5: Granting access permission to the shellPhish.sh file. chmod +x shellphish.sh How to Use ShellPhish in termux: Step 1: Use the below command to run shellPhish.sh file in termux. bash shellphish.sh Step 2: Now you ha...