Phishing attack is a very popular attack to steal credential details like username and passwords. The best thing about phishing attack is you don’t have to create a word list or wait loo long like brute force and dictionary attack.
If you don’t have PC but you want to perform phishing attack there are several website available on google which let you perform this attack but the only problem with this sites is they are not trustworthy so i will not recommend you to go with this site
So to perform phishing attack with android you need to install termux. Termux is basically an app which let you run and install some kali linux tool in your android mobile.
if you are installing termux for the first time you will need to install some packages. To install it type to following command in your termux.
- apt update
- apt upgrade
- pkg install git
- apt install tsu
- pkg install ncurses-utils
- git clone https://gitlab.com/st42/termux-sudo
- cd termux-sudo
- cat sudo > /data/data/com.termux/files/usr/bin/sudo
- chmod 777 /data/data/com.termux/files/usr/bin/sudo
- sudo su
- sudo tsu
- git clone https://github.com/thelinuxchoice/shellphish
- pkg install php
- pkg install curl
- pkg install openssh