Need Help Testing
Okay guys and gals,
I am testing a new bit of code for PHP for checking if a user is using a proxy. I have found that it works, but I would like some other people to check it out too.
http://www.samurainet.org/proxyTest.php
Test this page with and without proxies. If you get the message "Hacker Alert!" without a proxy or do not get it with a proxy, please post here.
Thanks
Koolkieth, you don't understand how a gateway proxy works though do you , if used within a network it won't be listening on it's external interface, so it won't come up.
A proxy in that capacity is relaying packets from one interface to the other, which allows the sysadmin to process each requests, as opposed to letting packets flow through without question, meaning that you'd have to sniff each packet and run them through a filter.
spyware wrote:
Samurai, you should display the real ip too. You can do this with Java
The java thingy only shows the IP that your computer has right? If I have it like this…
computer -> router -> ISP -> proxy
…my computer IP can be pretty much anything I want and the IP given by my ISP is the IP I want to hide using a proxy and the proxy's IP is the one you'll see. Doesn't that make the java IP code kind of useless? Or is it just that I don't know anything about this stuff :D