Proxy Checker [Open Source]
by 5150 - Sunday March 23, 2025 at 08:35 AM
#11
(Mar 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
(Apr 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
  HMC 2.0 Cracked [Multi Mail Checker] Cracked 76 3,372 Jan 17, 2026, 11:22 PM
Last Post: 888
  Internet Download Manager Activation Script (Windows) Aurora 35 7,827 Aug 04, 2025, 04:32 PM
Last Post: 888
  Python Discord Token Checker full capture Nightowl 33 7,597 Aug 04, 2025, 04:21 PM
Last Post: 888
  Cloudflare Backend IP Resolver Python TheGoodlife 4 2,565 Aug 04, 2025, 04:19 PM
Last Post: 888
  Burp Suit Professional v2023.9.1 shuiyazi 8 3,147 Aug 04, 2025, 04:16 PM
Last Post: 888

Forum Jump:


 Users browsing this forum: 1 Guest(s)