项目作者: Gregwar

项目描述 :
Man in the middle tool
高级语言: C
项目地址: git://github.com/Gregwar/Mitm.git
创建时间: 2010-08-17T11:48:56Z
项目社区:https://github.com/Gregwar/Mitm

开源协议:MIT License

下载


Mtm - Man in the middle tool

Presentation

This tool can be use to perform a man in the middle using ARP
poisoning on two given hosts.

Using osdep, a tunnel creation library which is part of the
aircrack project, it can set up an interface (mitm0) in which
the replayed packets will be written (to sniff easily).

This tool is useful for network debugging and monitoring, and
was NOT designed for malicious usage.

Building & using

You’ll need the lib pcap:

  1. apt-get install libcap0.8-dev

To build it, symply run:

  1. make

The usage is:

  1. MitM v0.23 by GregWar
  2. Usage: mitm -i interface [-t] ip1 ip2
  3. -i interface: specify network interface to use
  4. ip1: The IP adress of the first victim
  5. ip2: The IP adress of the second victim
  6. -t: Create a TAP interface containing the
  7. replayed packets (in order to sniff)

For example:

  1. mitm -i wlan0 -t 192.168.1.1 192.168.1.10

Will ARP poison 192.168.1.1 and 192.168.1.10. All the replayed
packets will be available in the pseudo-interface mitm0.

License

This is under the MIT license