In this tutorial, we will talk about the ProxyBroker tool.
ProxyBroker tool’s main purpose is to find working Proxies. it is built for Linux. you can find any type of proxies(http/https/socks) with the ProxyBroker.
But it totally depends on you to choose the proxy type. like if you want anonymity, you can choose Socks otherwise you can work with HTTP proxies.
Requirements
Installation
you can install this tool with pip. type this command to install it:
pip install proxybroker
it can take some time. but once it gets installed, you will be able to access it with one word.
there is another method to install this but it is not easy as the previous one.
here is the GitHub link: https://github.com/constverum/ProxyBroker
RUN
you can run it with this command and can see the help menu:
proxybroker --help
we can see some important options here.
we will use the find
key with --type
to choose among http/https,socks4/socks5
if you want to find socks5 proxies, type this command:
proxybroker find --type socks5
it will find a lot of socks proxies. And you can use it to anonymize your system. you can use https
or http
instead of socks5
.
if you don’t know about using a proxy IN Linux system, Read_our_prevous post.
Warning: I don’t suggest this method for anonymity. because everything you search goes through proxies and the proxy server can get all the traffic.
Thanks For Visiting.