added searchsploit to installable tools (#25)

* added searchsploit to installable tools

* formatted with black
This commit is contained in:
epi052
2020-02-22 12:20:13 -06:00
committed by GitHub
parent 6613ab69a9
commit ff801dfc6b
3 changed files with 18 additions and 4 deletions

View File

@@ -29,7 +29,8 @@ tool_paths = {
"webanalyze": f"{Path.home()}/go/bin/webanalyze",
"masscan": f"{defaults.get('tools-dir')}/masscan",
"amass": f"{defaults.get('tools-dir')}/amass",
"go": "/usr/local/go/bin/go"
"go": "/usr/local/go/bin/go",
"searchsploit": f"{defaults.get('tools-dir')}/exploitdb/searchsploit"
}
top_tcp_ports = [