Console
- Requires engine version 1.03!
scan_results/nmap_to_csv.py
andscan_results/masscan_to_csv.py
moved from the console's root cronjob to module imports inconsole/utility.py
. This means you don't have to wait for at most a minute to download the scan results. They will be available immediately.- Scheduled scans "Results File" column renamed to "Result Files"
- Scheduled scans sorted by descending scan ID
Engine
- Requires console version 1.39!
- Removed the onus of moving files from
scan_results/pending
to either 1)scan_results/complete
or 2)scan_results/cancelled
from the engine. It is now handled by the console. - Engine no longer passes
completed_time
to the console. The console handles that now and is the source of truth. - Engine no longer passes
result_file_base_name
. Key was not utilized by the console. - Engine will create a
/.logs
directory if one does not exist. Aims to minimize the amount of dependencies usually handled by Ansible.