Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sighook/layer234-attack-tools
Set of tools and helpers for attacks on the 2, 3 and 4 layers of the OSI Model.
https://github.com/sighook/layer234-attack-tools
attacking layer2 layer3 layer4
Last synced: about 2 months ago
JSON representation
Set of tools and helpers for attacks on the 2, 3 and 4 layers of the OSI Model.
- Host: GitHub
- URL: https://github.com/sighook/layer234-attack-tools
- Owner: sighook
- Created: 2020-09-26T11:56:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T22:48:17.000Z (over 2 years ago)
- Last Synced: 2023-10-20T06:54:32.122Z (about 1 year ago)
- Topics: attacking, layer2, layer3, layer4
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Layer 2/3/4 attack tools
========================## Description:
Set of tools and helpers for attacks on the 2, 3 and 4 layers of the OSI Model.
Some of them I adapted from the Net, some I wrote myself, some by [volgk](https://github.com/volgk).Enjoy.
| Name | Description |
| ---------------------- | ---------------------------------------------------------------------------------- |
| arp_mac_spoof.py | Perform CAM overflow attack on Layer2 switches. |
| arp_spoof_flood.py | Spoof ARP reply. |
| dhcp_spoof_shock.py | Spoof a DHCP server and exploit all clients vulnerable to the 'ShellSock' attacks. |
| gateway_finder.py | Identify routers on the local LAN and paths to the Net. |
| icmp_spoof_reply.py | ICMP spoof reply. |
| mac2manuf.pl | Find the manufacturer by MAC address. |
| magpie.sh | Find LEAP/MSCHAPv2/PPP/PPTP/RADIUS sensitive data in pcap files. |
| netxml_dump.pl | Dump aircrack's netxml output in pretty format. |
| traceroute_geoloc.sh | Traceroute to host with geolocation info. |## Dependencies:
- aircrack-ng
- nmap
- perl and XML::Simple module
- scapy
- wireshark (tshark)## See also
- [yersinia](https://github.com/tomac/yersinia) - Framework for layer 2 attacks.
- [layer567-attack-tools](https://github.com/chinarulezzz/layer567-attack-tools) - Layer 5, 6 and 7 attack tools.