hi all,
is there a way to use netsend to talk to a php based website.
i'd like to send something corresponding to
:this works: [curl -s http://192.168.1.2/skript.php/?action=play( | [shell]
i'd like to get rid of [shell] (for windows etc) and do e.g.
:this does not work: [connect 192.168.1.2 80( | | [send skript.php/?action=play( |/ [netsend]
thanks.