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.
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.