Phishing on Android

Phishing on Android

Disclaimer: Everything on this site is for educational purposes and should not be used for evil.

You will need:

Termux

Tutorial:

apt update
apt install
apt install git
apt install python2
git clone https://github.com/evait-security/weeman
ls
cd weeman
ls
python2 weeman.py
help
set url [URL to Phish]
set port 8080
set action_url [URL to Phish]
show
run
This runs the phishing site on your localhost. You can use other tools to connect it to another website. I am not going to do that because this is only for educational purposes, and I don't want to cause any harm


Comments