Skip to content

Releases: OSINT-TECHNOLOGIES/dpulse

v0.3b

30 Jan 18:42
5bb46f2
Compare
Choose a tag to compare
v0.3b Pre-release
Pre-release

DPULSE 30.01.2024 UPDATE

  1. Added "Settings" point in DPULSE menu
  2. find_wkhtmltopdf function was modified to find config file also and now it's named find_files
  3. Added config.txt main config file
  4. Added pre-start checkup if config.txt exists in DPULSE root directory
  5. Redacted some comments in report_creation.py
  6. Added import sys in crawl_processor.py
  7. Added import sys in dpulse.py
  8. Added read_config function in report_creation.py
  9. Added pre-start checkup on installed requirements
  10. Added some basic settings in config.txt
  11. Improved CLI for more native and user-friendly navigation
  12. Added basic error handling (issue #4)
  13. Added possibility to redact some settings from CLI (issue #10)

v0.2b (HEARTBEAT)

07 Jan 13:59
ed339ac
Compare
Choose a tag to compare
v0.2b (HEARTBEAT) Pre-release
Pre-release

DPULSE 07.01.2024 UPDATE

  1. Removed unused "Subdomain PNs" line in PDF report template
  2. Slightly improved PDF report readability by using tables instead of string (issue #2)
  3. Created setup.py script (issue #1)
  4. Added "wkhtmltopdf founded" information message output in terminal
  5. import sys added in report_creation.py
  6. Terminal output was redesigned (now it doesn't print lots of string in CLI)
  7. Added colorama, rich and pyfiglet dependencies (included in setup.py)
  8. Removed import argparse from dpulse.py
  9. Added DPULSE menu
  10. Reworked the way of starting DPULSE (now you can call it using just python dpulse.py which will open the DPULSE menu)
  11. Added some error handlers
  12. Added progress bar (spinner) to indicate that programm is still working

v0.1b (HEARTBEAT)

18 Dec 15:01
1b9d0d4
Compare
Choose a tag to compare
v0.1b (HEARTBEAT) Pre-release
Pre-release

First beta release of DPULSE program