Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 510 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 510 Bytes

scapy-ui

Scapy UI

A web based Scapy GUI, major features:

  • Edit packet and send
  • Load/Save packet templates
  • Browse packet detail and hex
  • Packet sniffer and dump
  • Load and browse pcap file

Requirements:

  • pip3 install scapy flex python3-devel psutil

Start:

  • sudo ./scapy-ui.py --app

Setup a remote server:

  • sudo ./scapy-ui.py --flexx-hostname=hostname --flexx-port=49190
  • http://{hostname}:49190/ScapyUI/

TBD:

  • Generate field from Scapy fields descriptors.
  • Better/more protocol editor