Skip to content

Network security exercises in a SDN made from handcrafted packets

License

Notifications You must be signed in to change notification settings

d0nu75/scapyHunt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scapyHunt - A series of Network Security puzzles and challenges designed to educate users on packet manipulation and common network attacks.

Creates a TUN/TAP interface for a software defined network, over which packets will be sent by the user- either hand crafted or using a variety of tools- in order to achieve a given objective.

Uses scapy, a Python packet manipulation library.

https://www.secdev.org/projects/scapy/


Recommended tools for use-

https://www.secdev.org/projects/scapy/ - Packet manipulation

https://www.wireshark.org/ - Packet sniffing

https://nmap.org/ - Network topography

https://www.monkey.org/~dugsong/dsniff/ - Collection of penetration testing tools, ie 'macof'

Note that some tools may require the user to specify the TUN/TAP interface, rather than a default interface.

About

Network security exercises in a SDN made from handcrafted packets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%