ProxyFinder

Status
Not open for further replies.
I'm sure it works in wine but I was looking for something that I could tweak for my own reasons, one of them being an xrumer proxy harvesting tool.

I do this, just shoot a $_POST to some site of yours and save the proxies. Then just change the botmaster proxy url in xrum to your output page.

I get what you're saying with the source & stuff (big open source nut here), but some products just aren't going to go this route. If they're inexpensive enough (how much of your time is $25 worth?) then just accept it and move on with your life. The only real value open sourcing this would have is to repackage it with other programs, you can see why mattseh would be reluctant to have that happen.
 


what about this talk of the proxies that are working coming back as non anom?

being paranoid I tend to test anonymity on every proxy (even if I own it) immediately before using. If not grab another one.

not hard to do, just plant a php script on one of your hosts that dumps all the HTTP headers to the page, hit it and then regex the response for your ip address.

Probably also worth checking for the presence of the HTTP_VIA header, even if the proxy is anon it indicates that there is a proxy in use.
 
HTTP_VIA is stripped out by my tool. I've found that some proxies were returning a phpinfo() page, which happened to have all the right info to report a proxy as working and anonymous, but was useless. This new version now blocks out proxies that return phpinfo() pages:

http://dl.dropbox.com/u/2326797/PFV4.zip

This version also allows you to specify the maximum response time allowed ("proxytimeout"). The default now is to get proxies that have been found to be working in the last 10 minutes. This can be changed by adjusting "proxystaleseconds". I also filtered out a lot of crappy sources from the default source list.
 
I picked this up today and it's a very cool little program. I can't get it running on my Win 7 PC, but I did manage to get it going on my XP laptop.

If someone could give me a few tips to get it running on a server, I'd appreciate it.
 
Good Stuff. I added a few dozen more sources than the 5-7 that come with it and it's walking through them all incrementally every few minutes. I expected "Seen Proxies" to go up, but I guess those are what it is checking against.

Overall, very nice.

I would like to have the option of saving the list to multiple locations. That way I could have it go to the main folder and also to any other program which uses a different naming convention. I don't need that right now, but it'd be a nice feature for when I do.
 
  • Like
Reactions: Uptime
Status
Not open for further replies.