Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishraste/arp-dns-attacks
ARP spoofing, HTTP redirection, DNS spoofing and DNS forging using pcap library
https://github.com/ashishraste/arp-dns-attacks
arp-poisoning c dns http linux netfilter netfilter-hook network-attacks packet-capture packet-sniffer pcap-library
Last synced: 3 months ago
JSON representation
ARP spoofing, HTTP redirection, DNS spoofing and DNS forging using pcap library
- Host: GitHub
- URL: https://github.com/ashishraste/arp-dns-attacks
- Owner: ashishraste
- Created: 2013-04-24T06:53:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-25T07:19:25.000Z (over 11 years ago)
- Last Synced: 2024-07-16T05:40:39.623Z (4 months ago)
- Topics: arp-poisoning, c, dns, http, linux, netfilter, netfilter-hook, network-attacks, packet-capture, packet-sniffer, pcap-library
- Language: C
- Size: 125 KB
- Stars: 31
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **13**星
README
## ARP-DNS attacks
### Using PCAP library in Linux (for Windows, it would be Winpcap)
------------------------------------------------------------------1. The two attacks demonstrated here can be used to poison a victim's ARP cache with which we can sniff/manipulate the packets transmitted between the victim and the local gateway. Please note that these attacks are meant to be carried out in a local network where the attacker's and the victim's systems are connected to the same gateway.
2. Also note that these are only for educational purpose, but not to gain any kind of profit/pleasure from attacking an unknown person's system in a LAN.### Tasks
---------
More details on the two attacks shall be updated soon.