mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-22 00:34:24 +01:00
added searchsploit to installable tools (#25)
* added searchsploit to installable tools * formatted with black
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user