Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.61 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.61 KB

Scapy Hands-on

Description

Scapy, is a powerful Python-based interactive packet manipulation program and library. It can be used to forge or decode packets for a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more.

This repository contains small exercises (called trophies) that gives you the opportunity to enhance your Scapy skills by manipulating yourself and watching a potential solution!

The following online resources will be useful during this workshop:

Trophies