Is there any way to use the webmod exploit with windows? I've tried to use netcat for windows, but I get "inverse host lookup failed:h_errno 11004: NO_DATA (UNKNOWN) [ip address] 27015 (?) open
Joined: 13 Aug 2007 21:44 Posts: 2845 Location: http://aluigi.org
it's not a problem. by default if the input is an IP address instead of a hostname netcat performs an inverse lookup resolution (ip->hostname) and so displays the hostname or the error message you see, but this is completely irrelevant because the connection has been successfully completed (the "open" message). to avoid the inverse lookup resolution you must add the -n option in netcat
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum