mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-19 15:24:28 +01:00
This commit is contained in:
@@ -13,10 +13,13 @@ defaults = {
|
||||
"home": Path.home(),
|
||||
}
|
||||
|
||||
defaults["project-dir"] = str(Path(__file__).parents[2])
|
||||
defaults["tools-dir"] = f"{defaults.get('home')}/.local/recon-pipeline/tools"
|
||||
defaults["database-dir"] = f"{defaults.get('home')}/.local/recon-pipeline/databases"
|
||||
|
||||
defaults["goroot"] = f"{defaults.get('tools-dir')}/pipeline-go"
|
||||
defaults["gopath"] = f"{defaults.get('tools-dir')}/pipeline-go-workspace"
|
||||
defaults["gobuster-wordlist"] = f"{defaults.get('tools-dir')}/seclists/Discovery/Web-Content/common.txt"
|
||||
defaults["project-dir"] = str(Path(__file__).parents[2])
|
||||
|
||||
web_ports = {
|
||||
"80",
|
||||
|
||||
Reference in New Issue
Block a user