Skip to content

v0.7b (HEARTBEAT)

Pre-release
Pre-release
Compare
Choose a tag to compare
@OSINT-TECHNOLOGIES OSINT-TECHNOLOGIES released this 22 Apr 16:22
· 1046 commits to main since this release
83980f8

ADDED

  1. import request added in report_creation.py
  2. Created get_proxies.py module
  3. Created cli_init.py
  4. Added import cli_init in dpulse.py
  5. Created modules folder
  6. Added functionality to use imports from modules folder

DELETED

  1. Removed some unused imports from dpulse.py
  2. Removed related pages dorking request

CHANGED

  1. Improved errors navigation (added error codes and DPULSE wiki part with possible fixes)
  2. Minor visual changes in report template
  3. dorking_processing function was renamed to solid_dorking_processing
  4. Changed some incorrect colors in change_settings in dpulse.py
  5. Separated google dorking part from crawl_processor.py, new Google Dorking module is called dorking_processor.py
  6. Moved all menu functions from dpulse.py to cli_init.py
  7. Moved progress bar class from dpulse.py to cli_init.py
  8. Moved cli_init.py, report_creation.py, crawl_processor.py, dorking_processor.py, get_proxies.py to modules folder
  9. Improved representation quality of user's input summary
  10. Fixed bug when user set google dorking results amount to 0 which leads programm to fail report creation process

EXPERIMENTAL

  1. Changed code of dorking_processor.py as a part of experiment to bypass 429 error. Correct work of this module isn't guaranteed