This post is by a banned member (MagicNan99) - Unhide
28 October, 2020 - 04:46 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. cIDAW
This post is by a banned member (iCuauh) - Unhide
30 October, 2020 - 02:51 AM
Reply
Hey, let see the code, Ty
This post is by a banned member (lionmilion) - Unhide
30 October, 2020 - 11:32 AM
Reply
This post is by a banned member (painn06) - Unhide
02 November, 2020 - 08:41 PM
Reply
This post is by a banned member (ergomaren) - Unhide
05 November, 2020 - 02:59 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.
thx for sharing this i'll take a look at it
This post is by a banned member (notinit1) - Unhide
12 November, 2020 - 11:18 PM
Reply
thank you , i was searching for this
This post is by a banned member (szlkdcsn) - Unhide
17 November, 2020 - 08:44 AM
Reply
python can do so much things,thanks bro
This post is by a banned member (Topsmoks) - Unhide
19 November, 2020 - 01:00 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.
Was looking for this thanks!
|