v0.7b (HEARTBEAT)
Pre-release
Pre-release
·
1046 commits
to main
since this release
ADDED
- import request added in report_creation.py
- Created get_proxies.py module
- Created cli_init.py
- Added import cli_init in dpulse.py
- Created modules folder
- Added functionality to use imports from modules folder
DELETED
- Removed some unused imports from dpulse.py
- Removed related pages dorking request
CHANGED
- Improved errors navigation (added error codes and DPULSE wiki part with possible fixes)
- Minor visual changes in report template
- dorking_processing function was renamed to solid_dorking_processing
- Changed some incorrect colors in change_settings in dpulse.py
- Separated google dorking part from crawl_processor.py, new Google Dorking module is called dorking_processor.py
- Moved all menu functions from dpulse.py to cli_init.py
- Moved progress bar class from dpulse.py to cli_init.py
- Moved cli_init.py, report_creation.py, crawl_processor.py, dorking_processor.py, get_proxies.py to modules folder
- Improved representation quality of user's input summary
- Fixed bug when user set google dorking results amount to 0 which leads programm to fail report creation process
EXPERIMENTAL
- Changed code of dorking_processor.py as a part of experiment to bypass 429 error. Correct work of this module isn't guaranteed