Hi,
i have written a port-scanner in PHP and it has an "Infomation"-Option ehich allows the user to see more Inforamtion about a special (on the target server opened) port.
With SSH, or FTP it works fine, if i just use the function: fgets();
But logicaly ist just reads data from the connection and the port which you are connected to.
But if i want to get information about port 80 ist does not work. So i need to find a function which can SEND data to an opened connection.
Does anyone knows a function that i am looking for ?
would help me a lot
thanks in advance
ali