Weeman: Best Tool For Creating Phishing Pages 10-01-2016, 06:46 PM
#1
This article was written for my blog and I am sharing it with you people...
Today I am posting a tutorial related to a tool called Weeman. I found this tool while searching for some other tools and I found this very useful.
What is Weeman
Weeman is HTTP server written in python for creating phishing pages.
How Weeman Works
Create fake html page.
Wait for clients
Grab the data (POST).
Try to login the client to the original page
Things we need
Any Linux operating system with Python 2.7 installed. In my case I am using Kali Linux 2.
Internet Connection.
Follow the given tutorial
1. First we will download the Weeman tool, for this open your terminal and type the following commands
2. Now change the directory to download weeman directory.
3. Open weeman using following command
4. Now type the following commands to create the phishing page of the website.
5. Now send the your ipaddress as a link to your victim.
Note:
1. Make sure net is connected.
2. Python must be installed.
Today I am posting a tutorial related to a tool called Weeman. I found this tool while searching for some other tools and I found this very useful.
What is Weeman
Weeman is HTTP server written in python for creating phishing pages.
How Weeman Works
Create fake html page.
Wait for clients
Grab the data (POST).
Try to login the client to the original page
Things we need
Any Linux operating system with Python 2.7 installed. In my case I am using Kali Linux 2.
Internet Connection.
Follow the given tutorial
1. First we will download the Weeman tool, for this open your terminal and type the following commands
Quote:git clone https://github.com/Hypsurus/weeman
2. Now change the directory to download weeman directory.
Quote:cd weeman
3. Open weeman using following command
Quote:./weeman.py
![[Image: p1.png]](https://1.bp.blogspot.com/-rJNo6jOrG7I/V-54RFPD4-I/AAAAAAAAA60/sg7IaCtX3D8xYSiH0dPCXZRO7UdwHFO2wCLcB/s400/p1.png)
Quote:set url http://www.facebook.comhere you can change http://www.facebook.com to any other site which you want to clone.
set port 8080
set action_url http://www.facebook.com
run
![[Image: p2.png]](https://4.bp.blogspot.com/-IQHXYnKuIqc/V-552MC6T0I/AAAAAAAAA7A/YT7jT9ob3c4aVI6Ut0zTEbjn7-dkzfc-QCLcB/s400/p2.png)
Quote:Example 192.168.2.13:8080You can also use your public ip to make it work on WAN or internet but you have to port forward your router.
Note:
1. Make sure net is connected.
2. Python must be installed.
(This post was last modified: 10-01-2016, 06:50 PM by D@rk TruTH.)