Releases: rackerlabs/scantron
Releases · rackerlabs/scantron
v1.7
- Added field to exclude targets from
nmap
and masscan
scans. This is passed to the --excludefile
in both nmap
and masscan
- Replaced all mentions of Splunk with big data analytics platform so it's more generic
- Updated documentation and images
v1.6
- The original Scantron framework only supported nmap, so some of the naming reflects that, however, it now also supports masscan so the naming convention was generalized to not be specific to nmap only. Some directories and file names also changed to support the new naming convention.
agent/modules/nmap_scanner.py
is now agent/modules/scanner.py
agent/agent.py
now has a default of agent_config.json
, so it doesn't have to be specified: python agent.py
will assume agent_config.json
is the configuration file.
v1.5
- Removed trailing slashes in agent.modules.api.py client since the requirement was removed in v1.4
v1.4
- Added capability to download Nmap
.nmap
and .xml
files, in addition to masscan .json
files in both the web GUI and through the API
- Removed trailing slash
/
requirement for API endpoints in preparation for upcoming API client
v1.3
- Added sort switch (
-s
) to master/extract_targets.py