I'm wondering if anyone has written or knows of a script that can be used to test a list of proxy servers for anonymity? The general programming flow would go as follows:
1) input a list of proxies in the form of (host:port)
2) open up a connection to each of the proxies in the list
3) request...
sleipnir214,
That's a very imaginative solution. I'm wondering if there might be a similar approach when it comes to hosts with disabled socket connections? Some free PHP hosts prevent users from "initiating" any kind of outgoing socket connection. Thanks for your reply.
A quick follow up...
In general, how are non-printing ascii codes like cr/lf, tab, etc. handled in regular expressions? For the cr/lf example could it be as simple as searching for a /n?
> If each form element is not on it's own line, however, this script will break.
How would you do this without regard to line breaks? For example, is it possible to first strip all the cr/lf codes from a text file and then follow that with the appropriate regx to xtract the needed sections?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.