mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-19 23:34:27 +01:00
pivot to yaml structure for tool definitions (#33)
This commit is contained in:
@@ -12,6 +12,7 @@ defaults = {
|
||||
"aquatone-scan-timeout": "900",
|
||||
"tools-dir": f"{Path.home()}/.local/recon-pipeline/tools",
|
||||
"database-dir": f"{Path.home()}/.local/recon-pipeline/databases",
|
||||
"home": Path.home().expanduser().resolve(),
|
||||
}
|
||||
|
||||
defaults["gobuster-wordlist"] = f"{defaults.get('tools-dir')}/seclists/Discovery/Web-Content/common.txt"
|
||||
@@ -30,6 +31,9 @@ tool_paths = {
|
||||
"amass": f"{defaults.get('tools-dir')}/amass",
|
||||
"go": "/usr/local/go/bin/go",
|
||||
"searchsploit": f"{defaults.get('tools-dir')}/exploitdb/searchsploit",
|
||||
"luigid": str(Path(__file__).parents[2] / "luigid.service"),
|
||||
"seclists": f"{defaults.get('tools-dir')}/seclists",
|
||||
"exploitdb": f"{defaults.get('tools-dir')}/exploitdb",
|
||||
}
|
||||
|
||||
web_ports = {
|
||||
|
||||
Reference in New Issue
Block a user