Skip to content

Educational exploration into packet/frame parsing utilizing the C programming language.

Notifications You must be signed in to change notification settings

jmmcatee/wirePirate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wirePirate

wirePirate is a tool that was developed to both better understand the protocols that make up the Internet today and become more familiar with UNIX sockets in the C programming language.

Running the program

$ make $ sudo ./wirePirate

Flags -p : A flag of "p" will print the payload of each packet with the header information. -r : A flag of "r" will print the raw packet in hex along with the header. Both flags can be applied together (-rp or -pr).

About

Educational exploration into packet/frame parsing utilizing the C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages