Skip to content

grandbora/knowledge_gap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compile & Run

Parse an http response

clang client.c -o client.out && ./client.out www.wikipedia.com 80

Simulate client to server communication

clang test_server.c -o server.out && ./server.out 4466
clang client.c -o client.out && ./client.out localhost 4466

Capture

sudo tcpdump -i any port 80 -w t1.pkap
sudo tcpdump -i any port 4466 -w t1.pkap

About

Exploring tcp&http

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages