Skip to content

Python script that performs a "Man in the middle attack"

Notifications You must be signed in to change notification settings

davidv171/pyPoison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

pyPoison

Is a simple application/program showing you how to perform a "Man in the Middle ARP poisoning" attack using Scapy.

To make it work you simply input the target IP and gateway IP and the program does the rest for you.

Since the comments are in Slovenian, this is how it works:

  • get MAC address of the default gateway and target computer(function pridobi_mac)
  • send an ARP request telling your gateway that you're the target PC
  • send an ARP request telling the target PC you're the gateway This updates both of their ARP tables, making all their communication to each other visible to you. Most modern networks are protected against this.

The program saves all the recorded data to a python.pcap file, that is easily readable by Wireshark or a similar program.

About

Python script that performs a "Man in the middle attack"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages