This post is by a banned member (KingBoss06) - Unhide
24 March, 2021 - 08:43 PM
Reply
This post is by a banned member (vursus) - Unhide
13 May, 2021 - 10:11 AM
Reply
This post is by a banned member (devil90068) - Unhide
14 May, 2021 - 06:39 PM
Reply
This post is by a banned member (ZenMaxe) - Unhide
15 May, 2021 - 11:44 AM
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.
Thankks
This post is by a banned member (pp66) - Unhide
21 May, 2021 - 03:49 PM
Reply
This post is by a banned member (ggfdev) - Unhide
25 May, 2021 - 05:52 PM
Reply
This post is by a banned member (Bombaci31) - Unhide
25 May, 2021 - 09:11 PM
Reply
This post is by a banned member (cameronpeake) - Unhide
08 June, 2021 - 01:29 AM
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.
ok lets see