This post is by a banned member (Ninkers) - Unhide
17 March, 2021 - 03:42 PM
Reply
(29 April, 2019 - 12:53 PM)Overside Wrote: Show MoreSOCKS-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.
Been looking for a python checker for awhile thanks
This post is by a banned member (forgeristhebest) - Unhide
17 March, 2021 - 05:33 PM
Reply
This post is by a banned member (b8dsfdf) - Unhide
18 March, 2021 - 12:07 AM
Reply
This post is by a banned member (dwadwadawd5423423) - Unhide
19 March, 2021 - 01:32 PM
Reply
This post is by a banned member (coolgamerkid123) - Unhide
19 March, 2021 - 06:02 PM
Reply
amazing
I'm bored
#ROADTOCONTRIBUTOR
This post is by a banned member (M4ldit0) - Unhide
20 March, 2021 - 08:42 AM
Reply
This post is by a banned member (jovsJJ) - Unhide
21 March, 2021 - 02:22 PM
Reply
(29 April, 2019 - 12:53 PM)Overside Wrote: Show MoreSOCKS-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.
ayyee i'm a python developer too
This post is by a banned member (zoneavi) - Unhide
21 March, 2021 - 03:00 PM
Reply