Releases: OSINT-TECHNOLOGIES/dpulse
Releases · OSINT-TECHNOLOGIES/dpulse
v0.3b
DPULSE 30.01.2024 UPDATE
- Added "Settings" point in DPULSE menu
- find_wkhtmltopdf function was modified to find config file also and now it's named find_files
- Added config.txt main config file
- Added pre-start checkup if config.txt exists in DPULSE root directory
- Redacted some comments in report_creation.py
- Added import sys in crawl_processor.py
- Added import sys in dpulse.py
- Added read_config function in report_creation.py
- Added pre-start checkup on installed requirements
- Added some basic settings in config.txt
- Improved CLI for more native and user-friendly navigation
- Added basic error handling (issue #4)
- Added possibility to redact some settings from CLI (issue #10)
v0.2b (HEARTBEAT)
DPULSE 07.01.2024 UPDATE
- Removed unused "Subdomain PNs" line in PDF report template
- Slightly improved PDF report readability by using tables instead of string (issue #2)
- Created setup.py script (issue #1)
- Added "wkhtmltopdf founded" information message output in terminal
- import sys added in report_creation.py
- Terminal output was redesigned (now it doesn't print lots of string in CLI)
- Added colorama, rich and pyfiglet dependencies (included in setup.py)
- Removed import argparse from dpulse.py
- Added DPULSE menu
- Reworked the way of starting DPULSE (now you can call it using just python dpulse.py which will open the DPULSE menu)
- Added some error handlers
- Added progress bar (spinner) to indicate that programm is still working
v0.1b (HEARTBEAT)
First beta release of DPULSE program