added tests for new ci stage; restructured go tool installs; closes #63; closes #46 (#64)

This commit is contained in:
epi052
2020-05-12 14:02:29 -05:00
committed by GitHub
parent 9a64f4c50b
commit fce38c22de
19 changed files with 427 additions and 97 deletions

View File

@@ -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",