v1.38
版本发布时间: 2020-10-23 23:42:24
rackerlabs/scantron最新发布版本:v1.47.0(2021-08-10 11:06:50)
Console
- When adding a scan, the sites will be sorted alphabetically (https://github.com/rackerlabs/scantron/issues/222)
- Multiple
__
will be removed from site names. Ensures__
can be used as a delimiter to extract site name, engine, and timestamp in theconsole/scan_results/masscan_json_to_csv.py
andconsole/scan_results/nmap_to_csv.py
scripts. - Standardized and re-named column names for
console/scan_results/masscan_json_to_csv.py
andconsole/scan_results/nmap_to_csv.py
. For now, an "openports" column was also added for Rackspace's purposes that won't make sense in normal cases, but it's innocuous. Note that these scripts should be customized based on your organization's use of Scantron data. A more thorough explanation can be found in the scripts' comments. The plan is to hopefully retire it or require a script switch to optionally add the column. - Added more verbose Scheduled Start Time for "Scheduled Scans" view (https://github.com/rackerlabs/scantron/issues/153)
- Removed redundant "Scan Binary" column since it is already in the "Scan Command" column.
Engine
- Added capability in engine Ansible playbook to pull down additional NSE scripts by specifying URLs in the
nse_script_urls
variable.
API Client
- Changing versioning to be PyPI compliant for a future
pip install
capability. New version is now:0.0.1
- Utilizing
requests-toolbelt
for request debugging.