Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 360 Bytes

pyrat.py

Description

pyrat is the ancestor of Scapy. This prototype contains several founding concepts:

  • protocol stacking using the + operator
  • default values
  • simple packet injection

Usage

On Linux, an ARP message can be defined and sent using:

sudo python2.7 pyrat.py 
Welcome to PyRat
>>> send(Ether() + ARP() + "pyrat was here!")