Proxybroker

Latest version: v0.3.2

Safety actively analyzes 619212 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.4.0

---------------------

0.3.2

---------------------
* Update dependencies and minor fixes
* Improve formating (by ``black``)

0.3.1

---------------------
* Update dependencies and minor fixes

0.3.0

---------------------

* Added ``update-geo`` command; This command will update the GeoIP database. After that ProxyBroker will have access to additional geolocation information of the proxy (ISO and name of region, city name) `26`_
* Added ``--format`` flag, which indicating in what format the results will be presented
* Improved ``--outfile`` flag behavior. Earlier it was required to wait until whole process has finished, now the result is available in real-time `39`_
* Improved way to get the external IP address `25`_

0.2.0

---------------------

* Added CLI interface
* Added :meth:`Broker.serve` function.
Now ProxyBroker can work as a proxy server that distributes incoming requests to a pool of found proxies
* To available types (protocols) added:
* ``CONNECT:80`` - CONNECT method to port 80
* ``CONNECT:25`` - CONNECT method to port 25 (SMTP)
* Added new options of checking and filtering proxies.
:meth:`Broker.find` method has takes new parameters:
:attr:`post`, :attr:`strict`, :attr:`dnsbl`.
See documentation for more information
* Added check proxies to support Cookies and Referer
* Added gzip and deflate support
* :class:`Broker` attributes :attr:`max_concurrent_conn` and :attr:`attempts_conn`
are deprecated, use :attr:`max_conn` and :attr:`max_tries` instead.
* Parameter :attr:`full` in :meth:`Broker.show_stats` is deprecated, use :attr:`verbose` instead
* Parameter :attr:`types` in :meth:`Broker.find` (and :meth:`Broker.serve`) from now is required
* :class:`ProxyChecker` renamed to :class:`Checker`.
:class:`ProxyChecker` class is deprecated, use :class:`Checker` instead
* :attr:`Proxy.avgRespTime` renamed to :attr:`Proxy.avg_resp_time`.
:attr:`Proxy.avgRespTime` is deprecated, use :attr:`Proxy.avg_resp_time` instead
* Improved documentation
* Major refactoring

0.1.4

---------------------

* Fixed bug when launched the second time to find proxies `7`_

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.