Console
- Email scan alerts (sent from
console/utility.py
) now contain the entire scheduled_scan_dict
{
"id": 27,
"site_name": "Test",
"start_time": null,
"scan_engine": "engine1",
"start_datetime": "2020-11-24 19:51:00+00:00",
"scan_binary": "nmap",
"scan_command": "--top-ports 20 -sV -Pn -n --open",
"targets": "192.168.1.1 192.168.1.2",
"excluded_targets": "",
"scan_status": "started",
"completed_time": null,
"result_file_base_name": "test__engine1__20201124_1351",
"pooled_scan_result_file_base_name": "",
"scan_binary_process_id": 0
}