https://github.com/crossbowerbt/portstealer
A Man-In-The-Middle tool, not using ARP responses, but stealing the port of the switch of the victim, changing its association in the CAM table.
https://github.com/crossbowerbt/portstealer
cam-table ethernet hacking hacking-tool network-hacking network-hacking-tool network-security networking security switch switching
Last synced: about 2 months ago
JSON representation
A Man-In-The-Middle tool, not using ARP responses, but stealing the port of the switch of the victim, changing its association in the CAM table.
- Host: GitHub
- URL: https://github.com/crossbowerbt/portstealer
- Owner: crossbowerbt
- Created: 2014-08-07T20:22:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T20:23:27.000Z (almost 11 years ago)
- Last Synced: 2023-08-01T06:07:31.628Z (almost 2 years ago)
- Topics: cam-table, ethernet, hacking, hacking-tool, network-hacking, network-hacking-tool, network-security, networking, security, switch, switching
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PortStealer v.0.1
=================A Man-In-The-Middle tool, not using ARP responses, but stealing the port of the switch of the victim, changing its association in the CAM table.
How it works
------------A DNS packet is injected on the network, with the source MAC address of the victim. After that, the switch associates the victim MAC to the port of the attacker.
The tool stores the sniffed packets (the packets the victim should have received) and, after a short time, reinject them to the victim.
Periodically, stealing packets are reinjected, since when the victim generates traffic the original port association is restored.
When stopped, the program restore the CAM table, generating an ARP query to the victim (when the victim answers it, the port association is restored).
Extra
-----A project born after a lunch at a local "rosticceria" with my colleagues,
during my first university year in l'Aquila.A greeting to Tiziano, Ivan, Lorenzo, Cesare, Davide, Daniele, and the rest of them :)
License
-------License: BSD License (2011)