Skip to content

use scan("http://www.example.com/file.htm") with an hidden-fake IP adress

2 messages · Arthur Charpentier, Simon Urbanek

#
On Mar 28, 2011, at 2:24 PM, Arthur Charpentier wrote:

            
You can't really change the IP address since that is where the server sends the result. That's why your request packet has your IP so the response can be delivered back to you. Obviously, you won't get anything if the IP doesn't match. The only way to make requests to a server from a different IP is to use another machine that has a different IP (e.g., a proxy server).

Cheers,
Simon