Proxy Checker [Open Source]
by 5150 - Sunday March 23, 2025 at 08:35 AM
#11
(03-23-2025, 08:35 AM)5150 Wrote: [Image: Asset-1.jpg]



Virus Total

nice program, i like the ui.

here are a few suggestions to make it quicker:
   instead of doing requests.get() you should first create a global session using session = requests.Session()
   this is a lot quicker as requests.get() is creating a session object every-time its called
   then you can just do session.get() instead.

   In the function check_socks_proxy() and check_http_https_proxy() nothing is done with the response.
   this is where you should do session.head() . head requests are a lot more efficient as they do not return a body (only headers).
   also instead of checking response.status_code == 200. you should do response.ok . the 'ok' attribute is just a boolean value that already exists on response.
   it will also be True if it receives other ok status codes such as 201, 202, 203, etc etc.

   then after you are done with a request you can simply clear any cookies that where set with session.cookies.clear()
Selling private web3/crypto vulnerabilities and data.
dm for simplex.
#12
another thing i forgot to mention.

You don't need the function check_socks_proxy() as requests can already do socks:
more info: https://stackoverflow.com/questions/1260...ocks-proxy
Selling private web3/crypto vulnerabilities and data.
dm for simplex.
#13
(04-12-2025, 07:45 PM)xz9 Wrote: another thing i forgot to mention.

You don't need the function check_socks_proxy() as requests can already do socks:
more info: https://stackoverflow.com/questions/1260...ocks-proxy

Thanks again for the continued suggestions, they mean a lot. If you have the time I need my dork scanner reviewed, I can supply some rotating proxies as payment. They're good for 10gb transfer.
#14
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Software section.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Discord Token Checker full capture Nightowl 33 7,376 08-04-2025, 04:21 PM
Last Post: 888
  ⭐[MALWARE FIGHTER KEY CHECKER]⭐ FREE ANTI VIRUS ⚡ FREE CHECKER ⚡ LRB 6 2,016 08-04-2025, 04:07 PM
Last Post: 888
  free Netflix checker onyxsa 49 7,677 08-04-2025, 04:03 PM
Last Post: 888
  ⚡ [FIVE BELOW] ⚡ FIVE BELOW CHECKER ⚡ UPDATED API ⚡ PROXYLESS ⚡ LRB 2 926 08-04-2025, 03:54 PM
Last Post: 888
  ⚡ [ZYTE] ⚡ ZYTE CHECKER ⚡ UPDATED API ⚡ LRB 13 1,628 08-04-2025, 03:53 PM
Last Post: 888

Forum Jump:


 Users browsing this thread: 1 Guest(s)