Login Register






Thread Rating:
  • 1 Vote(s) - 5 Average


[Release] Proxy fetcher filter_list
Author
Message
[Release] Proxy fetcher #1
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
[Image: T5crYbQ.png]

Download
Ge.tt
Virus scan

Reply

RE: [Release] Proxy fetcher #2
Oh man, I love u for sharing it. I was just looking for proxies for my project Biggrin

Reply

RE: [Release] Proxy fetcher #3
(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 Biggrin

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 Function

Though keep in mind that all of them won't work, you'll have to check each one.

Reply

RE: [Release] Proxy fetcher #4
Thank you for this!
It should be extremely helpful for cracking.

Reply

RE: [Release] Proxy fetcher #5
(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:

Code:
Imports ProxyGet

Private Function FetchProxies()
        For Each Item As WebProxy In ProxyGet.ProxyGet.GetProxies()
            'Do something with the proxy
        Next
End Function

Though keep in mind that all of them won't work, you'll have to check each one.

Hmmmm... that seems like a good idea. Thanks, mate Smile

Reply

RE: [Release] Proxy fetcher #6
Thanks ! it will help my proxies update
[Image: ngT5EVj.png]
wow so binary much 0 very 1

Reply

RE: [Release] Proxy fetcher #7
Thanks for the share im using it now and how do i save the working proxys?

Reply

RE: [Release] Proxy fetcher #8
(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

Reply







Users browsing this thread: 1 Guest(s)