I want to send my command to destination server.
I am using hping3. And;
hping3 -p 9999(running daemon and commands executing on this server) -S 127.0.0.1
I want to send my command. How to?
|
I want to send my command to destination server. I am using hping3. And;
I want to send my command. How to? |
||||
|
|
|
Hping3 Hping3 doesn't work on layers above layer 4. If your daemon digs through packets, then you need to use -E to fill the TCP data. (You then use -u to end the communication.) But, I'm not sure you can use hping3 to make a connection to a service on a port in the way you describe. hping3 man page Connecting Alternatives It almost looks like you want to use netcat, or sbd, which can send commands.
|
|||
|
|