I need to simulate HTTP request in hping.
Can anyone please suggest how this can be done?
Just specifying port as 80 will suffice?
I need to simulate HTTP request in hping.
Can anyone please suggest how this can be done?
Just specifying port as 80 will suffice?
With hping is impossible because with hping is not working on the application layer and HTTP is in application layer.
hping3 is a network tool able to send custom TCP/IP packets and to display target replies like ping program does with ICMP replies. hping3 handle fragmentation, arbitrary packets body and size and can be used in order to transfer files encapsulated under supported protocols.
If you want simulate HTTP request could use scapy.