hping
has such horrible documentation and seemingly many different types of syntaxes.
I would like to know what the hping
command would be to send a TCP packet with a source IP of 192.168.0.2, a source port of 9455, a destination IP of 192.168.0.1, a destination port of 80, and a payload file named "payload.txt".
I can get by with knowing this, but if you know of a good tutorial for hping (which I'm not sure exists), I could use that too.