This post is by a banned member (HomBox) - Unhide
28 December, 2019 - 06:00 PM
Reply
for good !!
This post is by a banned member (birigy) - Unhide
01 January, 2020 - 03:47 AM
Reply
This post is by a banned member (sadig) - Unhide
01 January, 2020 - 05:25 AM
Reply
[PYTHON] SOCKS4/5 - Proxy-Checker
This post is by a banned member (georgebakalis) - Unhide
01 January, 2020 - 03:05 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.
i will try it!
This post is by a banned member (rayenm) - Unhide
01 January, 2020 - 04:09 PM
Reply
This post is by a banned member (amandalaurel) - Unhide
02 January, 2020 - 05:33 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.
thanks for sharing, can i use this for grab or just check?
This post is by a banned member (notorius) - Unhide
04 January, 2020 - 10:07 PM
Reply
thanks man i will learn alout from this
This post is by a banned member (XzX_69) - Unhide
05 January, 2020 - 07:41 AM
Reply