Hello all, I am working on making some proxies that are able to get past pattern blocking firewalls. We send out daily proxies to many members in our group and they saying that they are getting blocked not because of the domain being blocked because the PHP/Glype pattern is being blocked. Any advise? I really want to stay away from CGI Proxies
In PHProxy, usually webfilters blocked its pattern of URL such as index.php?q=jJGlkghgKLJHUIG So, you might want to change the 'q' variable or perhaps make it to change each session.
I scanned through the .config file which I thought it would be in but I could not find it. Do you mind explaining a little more on where I can find this and how to change it?
You will have to go and actually edit the source code to change this. For example, the pages are using some sort of $_GET['q'], $_REQUEST['q'], or $_POST['q']. You will need to change this anywhere in the script. I am not very familiar with PHProxy so I couldn't tell you exactly, but that's the basic concept behind it. You want to change those q's to like a's or something else that is generic. Maybe even a string like search, etc. But again, this is going to take script modification not just a simple quick edit. Regards, Dennis M.
Hello, Alright I have changed it but it still seems to be blocked. The reason being is because it detects what kind of packet are being sent back. Here is the firewall software we are trying to get around. http://www.8e6.com/industry/education/proxy-pattern-v5r5-release.html Some sohpisticated stuff but there is a way.