v1.41
版本发布时间: 2020-11-25 03:58:32
rackerlabs/scantron最新发布版本:v1.47.0(2021-08-10 11:06:50)
Console
- Email scan alerts (sent from
console/utility.py
) now contain the entirescheduled_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
}