Aapng-cmd / mitm

Tool for mitm (for linux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mitm

Tool for Man-in-the-middle attack (for linux)

Descriptiom

Python + bash tool for doing arpsoopf

DLC for bash

apt install dsniff nmap -y

Usage

-i --- specifies the interface to sniff

-f --- file to write result of sniffing

You can start mitm without -f

mitm.py -i eth0
# scan targets in eth0
# result of sniff is saved in test.out
mitm.py -i eth0 -f /path/to/out_file.out
# scan targets in eth0
# result of sniff is saved in /path/to/out_file.out

About

Tool for mitm (for linux)


Languages

Language:Python 100.0%