An open API service indexing awesome lists of open source software.

https://github.com/dewebdes/xhack

C UNIX HACK
https://github.com/dewebdes/xhack

Last synced: 8 months ago
JSON representation

C UNIX HACK

Awesome Lists containing this project

README

          

Simulate hping:
gcc flood.c -o flood
sudo ./flood

Check flood response:
gcc tracer.c -o tracer
sudo ./tracer

----------------------------------

Simulate tcpdump:
gcc StackSniffed.c -o snif
sudo ./snif

----------------------------------
Send RAW Packet:

Change the destination MAC address (e.g. 00:11:22:33:44:55) and compile:
gcc init.c -o init
In one terminal run tcpdump to observe the packets:
sudo tcpdump -nettti eth0 '(ether dst host 00:11:22:33:44:55)'
And in another run the program as root:
sudo ./init eth0

Pure & Free Development Full Documents:
https://www.linkedin.com/posts/kaveh-eyni-08060b59_unix-c-developers-activity-6581503181371637760-LexV