/weeman

:tropical_fish: HTTP Server for phishing in Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Weeman - http server for phishing

TODO

  • Phishing modules. (modules/)
  • Support for more web sites.
  • Code cleanup.
  • Instructions for more platforms.
  • bash scripts for ettercap/dsniff (tools/)

DISCLAIMER

Usage of Weeman for attacking targets without prior mutual consent is illegal. Weeman developer not responsible to any damage caused by Weeman.

About

HTTP server for phishing in python. Usually you will want to run Weeman with DNS spoof attack. (see dsniff, ettercap).

Weeman

Weeman will do the following steps:

  1. Create fake html page.
  2. Wait for clients
  3. Grab the data (POST).
  4. Try to login the client to the original page 😃

Requirements

  • Python <= 2.7.
  • Python BeautifulSoup 4

Install BeautifulSoup

  • Archlinux - sudo pacman -S python2-beautifulsoup4
  • Ubuntu/Linuxmint - sudo apt-get install python-bs4
  • Fedora < 22 - sudo yum install python-beautifulsoup4
  • Fedora >= 22 - sudo dnf install python-beautifulsoup4
  • For another OS: - sudo pip install beautifulsoup4

Platforms

  • Linux (any)
  • Mac (Tested)
  • Windows (Not tested)

[!] If weeman runs on your platform (Windows) (or not), please let me know.

Usage

run weeman in quiet mode:

./weeman.py -q

Run server:

set url http://www.social-networks.local

  • Set form action URL (Example: <code><form action = "TAKE THIS URL"></code>)

set action_url http://www.social-networks.local/sendlogin

  • The port Weeman server will listen

set port 2020

  • Start the server

run

The settings will be saved for the next time you run weeman.py.

Contributing

Contributions are very welcome!

  1. fork the repository
  2. clone the repo (git clone git@github.com:USERNAME/weeman.git)
  3. make your changes
  4. push the repository
  5. Add yourself in contributors.txt

Thank you - and happy contributing!

Get Weeman

            git clone git://github.com/Hypsurus/weeman

Copying

Copyright 2015 (C) Hypsurus hypsurus@mail.ru License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.