Skip to content

Releases: rackerlabs/scantron

v1.7

19 Nov 21:15
5aa7b1e
Compare
Choose a tag to compare
  • 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

18 Nov 21:25
24e34cd
Compare
Choose a tag to compare
  • 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

15 Nov 22:05
e8c0a55
Compare
Choose a tag to compare
  • Removed trailing slashes in agent.modules.api.py client since the requirement was removed in v1.4

v1.4

15 Nov 19:50
9f60aea
Compare
Choose a tag to compare
  • 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

12 Nov 20:31
73b16df
Compare
Choose a tag to compare
  • Added sort switch (-s) to master/extract_targets.py