Skip to content

Implementing a Python-based DNS, ICMP, and ARP responder.

Notifications You must be signed in to change notification settings

amir7d0/responder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

responder

A Python-based DNS, ICMP, and ARP responder

The full version of Headers.py was written in packet-analyzer.

Features

  • Capturing DNS, ICMP, and ARP packets and save them in pcap file and print them onto cli
  • Parses DNS, ICMP, and ARP packets and sends response to packet sender
  • Supports the following protocols :
    • ARP
    • ICMP
    • DNS

Requirement

  • Python 3.x
    • socket
    • struct
    • textwrap
    • time
    • binascii
  • Linux Operatin System
  • Administrator Privileges "super user do"

Run

sudo python3 app.py

About

Implementing a Python-based DNS, ICMP, and ARP responder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages