Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.