You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Console
When adding a scan, the sites will be sorted alphabetically (#222)
Multiple __ will be removed from site names. Ensures __ can be used as a delimiter to extract site name, engine, and timestamp in the console/scan_results/masscan_json_to_csv.py and console/scan_results/nmap_to_csv.py scripts.
Standardized and re-named column names for console/scan_results/masscan_json_to_csv.py and console/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 (#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.