added CORScannerScan; added related tool_path config; added web ports to nmap scans

This commit is contained in:
epi052
2019-10-20 13:17:05 -05:00
parent bf748c5e4a
commit 0b45b6e2ad
4 changed files with 99 additions and 8 deletions

View File

@@ -13,5 +13,6 @@ tool_paths = {
'tko-subs': '/root/go/bin/tko-subs',
'tko-subs-dir': '/root/go/src/github.com/anshumanbh/tko-subs',
'subjack': '/root/go/bin/subjack',
'subjack-fingerprints': '/root/go/src/github.com/haccer/subjack/fingerprints.json'
'subjack-fingerprints': '/root/go/src/github.com/haccer/subjack/fingerprints.json',
'CORScanner': '/opt/CORScanner/cors_scan.py',
}