Webrute

Latest version: v0.2.1

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

Scan your dependencies

0.2.1

- Fixed runner session closing bug and refactored small portion.
- Fixed bug within integrated tests that caused tests to fail.
- Disabled console messages from integrated tests(17).

0.2.0

- Broote v0.6 support(3)
- Removed use of 'Attribute' classes(11)
- Dynamic request arguments extraction(12)
- Added _util.py
- Added connector functions
- Bug fixes and fixed overiden target(13)
- Fixed issues with session closer causing exceptions(14)
- Added unit and integrated tests(16)
- Removed test_util.py
- Session no longer closed when provided direcly.
- Update README.md

0.1.0

'httpx' library support, API and Implementation changes

- 'httpx' library replaced 'aiohttp' and 'requests' for making http requests.
- API as changed to no longer use runner classes directly but create runners from functions.
- New implementation with different code developed under influence of 'httpx'.
- Features from broote less than v0.4.0 were added.
- Fixed bugs related to broote.

0.0.2

0.0.1

First version of 'webrute' which is unstable and may be changed any time.
This version is should not be used at as it may contain a lot of bugs.

Main objections was to make it easy to bruteforce websites using 'requests' library interface.
Its difficult ince there is async portion which is using 'aiohttp' which is not always the same with 'requests' library by api.
Somethings may be removed or 'aiohttp' and 'requests' libraries removed and replaced by something else.
Broote is recommended for performing bruteforce which is much better than this release.

Issues
- 'webrute' is currently unstable and not guaranteed to work.
- Not having automated tests means there are lot of bugs.
- Undefined goals and requirements led to poor implementation.
- 'webrute' code can be easily be replaced with 'broote' with ease.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.