![]() |
|
[Release] Proxy fetcher - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [Release] Proxy fetcher (/Thread-Release-Proxy-fetcher) |
[Release] Proxy fetcher - SQLi - 10-06-2013 Proxy fetcher
Fetches proxies from a public source About This is a program that fetches proxies from a public source, and then checks them and displays them for you. I didn't plan on releasing this to begin with, but here it is anyway. By the way, they are HTTP proxies. Screenshots ![]() Download Ge.tt Virus scan RE: [Release] Proxy fetcher - TechSaavy - 10-06-2013 Oh man, I love u for sharing it. I was just looking for proxies for my project
RE: [Release] Proxy fetcher - SQLi - 10-06-2013 (10-06-2013, 10:29 PM)CamIce Wrote: Oh man, I love u for sharing it. I was just looking for proxies for my project You can import the shipped DLL in your project and fetch proxies directly to your program like so: Code: Imports ProxyGet
Private Function FetchProxies()
For Each Item As WebProxy In ProxyGet.ProxyGet.GetProxies()
'Do something with the proxy
Next
End FunctionThough keep in mind that all of them won't work, you'll have to check each one. RE: [Release] Proxy fetcher - Nefarious - 10-07-2013 Thank you for this! It should be extremely helpful for cracking. RE: [Release] Proxy fetcher - TechSaavy - 10-07-2013 (10-06-2013, 10:32 PM)SQLi Wrote: You can import the shipped DLL in your project and fetch proxies directly to your program like so: Hmmmm... that seems like a good idea. Thanks, mate
RE: [Release] Proxy fetcher - Night Owl - 10-07-2013 Thanks ! it will help my proxies update RE: [Release] Proxy fetcher - Ghost - 10-08-2013 Thanks for the share im using it now and how do i save the working proxys? RE: [Release] Proxy fetcher - SQLi - 10-08-2013 (10-08-2013, 02:44 PM)Ghost Wrote: Thanks for the share im using it now and how do i save the working proxys? You right-click the ListView control and select Export proxies. It'll export all the working proxies to a text document in this format: Address:Port\r\n |