M
M
maksyaka152016-10-28 16:30:09
proxy
maksyaka15, 2016-10-28 16:30:09

How to make your own proxy list?

Good day.
Something here I thought, is it possible to somehow make my own proxy list, for example, like this one hideme.ru/proxy-list ?
Can anyone suggest how to roughly implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
1
15432, 2016-10-28
@15432

A simple program that enumerates all existing IPs, all possible ports (or only frequently used ones like 3128, 8080), which makes TCP Connect and sends a proxy request like GET ya.ru HTTP 1.0 and checks the response. If a site came in response, then a working proxy hangs there. If it didn’t come or it didn’t connect, we try further.
While I was developing my proxy, I often saw such requests in debugging, such as GET napivo.ru/proxytest.txt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question