Proxy Probe, an asynchronous proxy checker script [message #175676] |
Tue, 18 October 2011 06:30 |
Eric Muyser
Messages: 2 Registered: October 2011
Karma: 0
|
Junior Member |
|
|
Link: https://github.com/ericmuyser/php-proxyprobe
Proxy Probe is a suite of proxy scripts started in Python, that have
been partially converted (proxy checker) to PHP. (Note: this was
created few years ago, but felt like open sourcing it now).
Features
------------
- Identifies different types of proxies: http (transparent, anonymous,
elite), socks (socks4, socks5).
- Validate many proxies in parallel.
- Performance optimized code. CPU: 0-4% average / 10% peak on dual-
core (1000 parallel). Memory: base + ~15MB allocated (1000 parallel).
- Database of proxies. (Currently more than 99% of the 200,000 are
invalid or dead.)
Requirements
------------
PHP 5.3+
Getting Started
------------
- Clone the repo: git clone git(at)github(dot)com:ericmuyser/php-
proxyprobe.git
- Restore the db/proxies.sql file to MySQL to database: proxies.
- Set your database configuration in the src/proxy_checker.php file.
- Run the script by navigating to the src directory in your terminal,
and running: php proxy_checker.php.
Roadmap
------------
- Identify different states: CoDeen, agency, etc.
- Improve invalid handling: cannot connect, 0 transfer time, odd
responses.
- Remove dead proxies and restart with a fresh set.
Notes
------------
On Linux/Mac OS X you need to increase your file descriptor/socket
limit. In the same terminal tab before you run the script, run this
command: ulimit -n 1024
|
|
|
Re: Proxy Probe, an asynchronous proxy checker script [message #175679 is a reply to message #175676] |
Tue, 18 October 2011 11:13 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 10/18/2011 2:30 AM, Eric Muyser wrote:
> Link: https://iamaspammer.com
>
> Spam is a suite of spam scripts started in Python, that have
> been partially converted (spam checker) to PHP. (Note: this was
> created few years ago, but felt like open sourcing it now).
>
<other spam snipped>
Must be pretty crappy if you couldn't sell it and now have to span
usenet to get anyone to even look at it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: Proxy Probe, an asynchronous proxy checker script [message #175912 is a reply to message #175679] |
Sun, 06 November 2011 22:09 |
Eric Muyser
Messages: 2 Registered: October 2011
Karma: 0
|
Junior Member |
|
|
On Oct 18, 3:13 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> On 10/18/2011 2:30 AM, Eric Muyser wrote:> Link:https://iamaspammer.com
>
>> Spam is a suite of spam scripts started in Python, that have
>> been partially converted (spam checker) to PHP. (Note: this was
>> created few years ago, but felt like open sourcing it now).
>
> <other spam snipped>
>
> Must be pretty crappy if you couldn't sell it and now have to span
> usenet to get anyone to even look at it.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Funny guy. Perhaps that's your story? All of my work is either open
source, or private. I make no attempts to sell any software.
|
|
|
Re: Proxy Probe, an asynchronous proxy checker script [message #175913 is a reply to message #175912] |
Sun, 06 November 2011 23:29 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 11/6/2011 5:09 PM, Eric Muyser wrote:
> On Oct 18, 3:13 am, Jerry Stuckle<jstuck...@attglobal.net> wrote:
>> On 10/18/2011 2:30 AM, Eric Muyser wrote:> Link:https://iamaspammer.com
>>
>>> Spam is a suite of spam scripts started in Python, that have
>>> been partially converted (spam checker) to PHP. (Note: this was
>>> created few years ago, but felt like open sourcing it now).
>>
>> <other spam snipped>
>>
>> Must be pretty crappy if you couldn't sell it and now have to span
>> usenet to get anyone to even look at it.
>>
>
> Funny guy. Perhaps that's your story? All of my work is either open
> source, or private. I make no attempts to sell any software.
Wow - you can't even GIVE THEM AWAY - you have to SPAM usenet even
though they are free?
Talk about crap software...g
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|