Sign in to follow this  
Overside

[PYTHON] SOCKS4/5 - Proxy-Checker

Recommended Posts

SOCKS-Proxy-Checker

 

Checks an IP:Port list of SOCKS4/5 and outputs working proxies to a file.

 

Inputs:

 

Proxy list - An absolute path to the file containing a list of proxies in the of IP:Port

Output file - An absolute path to the file that the live SOCKS4/5 proxies will be written to.

Threads - The number of threads that will be used to check proxies. More threads = quicker scanning. If the thread count is too high, your internet connection may be interrupted and false timeouts/connection refused errors will be printed.

Timeout - The amount of time to give a potential proxy to repond before giving up and trying the next.

This script attempts to verify if a given IP:Port listing is a SOCKS4/5 proxy by completeing a SOCKS4/5 handshake with it. In order to maintain the highest level of compatibility I could, I did not use third part libraries and stuck with the default Python libraries. Also, I skipped adding some 'fancy' features, such as a GUI.

 

 

 

[hide]https://pastr.io/view/4sipRN[/hide]

Share this post


Link to post
Share on other sites

python is the best language bro

Share this post


Link to post
Share on other sites

This is helpful thank you so much

Share this post


Link to post
Share on other sites

thank you so much...nice sharing

Share this post


Link to post
Share on other sites

nice paradise

:pepe: :pepe: :pepe: :pepe: :pepe:

Share this post


Link to post
Share on other sites

ight gotta test this

Share this post


Link to post
Share on other sites

Thank you. You are the best

Share this post


Link to post
Share on other sites

cool big thx

Share this post


Link to post
Share on other sites

SOCKS-Proxy-Checker

 

Checks an IP:Port list of SOCKS4/5 and outputs working proxies to a file.

 

Inputs:

 

Proxy list - An absolute path to the file containing a list of proxies in the of IP:Port

Output file - An absolute path to the file that the live SOCKS4/5 proxies will be written to.

Threads - The number of threads that will be used to check proxies. More threads = quicker scanning. If the thread count is too high, your internet connection may be interrupted and false timeouts/connection refused errors will be printed.

Timeout - The amount of time to give a potential proxy to repond before giving up and trying the next.

This script attempts to verify if a given IP:Port listing is a SOCKS4/5 proxy by completeing a SOCKS4/5 handshake with it. In order to maintain the highest level of compatibility I could, I did not use third part libraries and stuck with the default Python libraries. Also, I skipped adding some 'fancy' features, such as a GUI.

 

 

 

 

THANKS!!!!!! :hype:

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this