Skip to content

v1.0.3

Compare
Choose a tag to compare
@OSINT-TECHNOLOGIES OSINT-TECHNOLOGIES released this 22 Jun 11:58
· 85 commits to main since this release
ea58768

ADDED

  1. Added new data_assembler.py module which calls information gathering functions and assembles their results into one list, which then is used by report creation modules
  2. Added xhtml2pdf requirement
  3. Created .bat installer for Windows systems
  4. Created .sh installer for Linux systems
  5. Created run function in dpulse.py to support Poetry entry point

REMOVED

  1. Removed DPULSE dependence on wkhtmltopdf third-party program, so you don't need to install it in DPULSE root anymore
  2. Removed code part which checks wkhtmltopdf.exe presence in DPULSE root
  3. Removed pdfkit requirement and imports from modules

CHANGED

  1. Some cosmetical changes in report_template.html
  2. Changed both xlsx and pdf report creation modules to correctly interact with data_assembler.py module
  3. Changed some other modules to correctly interact with data_assembler.py module
  4. Changed urllib3 required version to 2.2.2
  5. Fixed wrong entry point in pyproject.toml file