diff --git a/pipeline/tools/gobuster.yaml b/pipeline/tools/gobuster.yaml index c83f9c8..f3a1da6 100644 --- a/pipeline/tools/gobuster.yaml +++ b/pipeline/tools/gobuster.yaml @@ -5,7 +5,7 @@ environ: {"GOPATH": !get_default "{gopath}"} home: &home !get_default "{home}" install_commands: -- !join [*gotool, get github.com/OJ/gobuster] +- !join [*gotool, install github.com/OJ/gobuster@latest] uninstall_commands: - !join [rm, *path] diff --git a/pipeline/tools/searchsploit.yaml b/pipeline/tools/searchsploit.yaml index cca0735..bd326f3 100644 --- a/pipeline/tools/searchsploit.yaml +++ b/pipeline/tools/searchsploit.yaml @@ -11,7 +11,7 @@ install_commands: - !join ["bash -c 'if [ -d /usr/share/exploitdb ]; then sudo ln -fs /usr/share/exploitdb", *exploitdb, "&& sudo ln -fs $(which searchsploit)", *path, "; elif [ -d", *exploitdb, "]; then cd", *exploitdb, - "&& git fetch --all && git pull; else git clone https://github.com/offensive-security/exploitdb.git", *exploitdb, ; fi'] + "&& git fetch --all && git pull; else git clone https://gitlab.com/exploit-database/exploitdb.git", *exploitdb, ; fi'] - !join ["bash -c 'if [ -f", *ss_rc, "]; then cp -n", *ss_rc, *home, "; fi'"] - !join ["bash -c 'if [ -f", *homesploit, "]; then sed -i", *sedcom, *homesploit, "; fi'"] diff --git a/pipeline/tools/subjack.yaml b/pipeline/tools/subjack.yaml index 19ef943..eba65bd 100644 --- a/pipeline/tools/subjack.yaml +++ b/pipeline/tools/subjack.yaml @@ -6,7 +6,7 @@ environ: {"GOPATH": !get_default "{gopath}"} fingerprints: !join_path [!get_default "{gopath}", src/github.com/haccer/subjack/fingerprints.json] install_commands: -- !join [*gotool, get github.com/haccer/subjack] +- !join [*gotool, install github.com/haccer/subjack@latest] uninstall_commands: - !join [rm, *path] diff --git a/pipeline/tools/tko-subs.yaml b/pipeline/tools/tko-subs.yaml index 1c69f02..ab57496 100644 --- a/pipeline/tools/tko-subs.yaml +++ b/pipeline/tools/tko-subs.yaml @@ -5,7 +5,7 @@ environ: {"GOPATH": !get_default "{gopath}"} providers: !join_path [!get_default "{gopath}", src/github.com/anshumanbh/tko-subs/providers-data.csv] install_commands: -- !join [*gotool, get, github.com/anshumanbh/tko-subs] +- !join [*gotool, install, github.com/anshumanbh/tko-subs@latest] uninstall_commands: - !join [rm, *path] diff --git a/pipeline/tools/waybackurls.yaml b/pipeline/tools/waybackurls.yaml index a2d80c0..b49d9c4 100644 --- a/pipeline/tools/waybackurls.yaml +++ b/pipeline/tools/waybackurls.yaml @@ -4,7 +4,7 @@ path: &path !join_path [!get_default "{gopath}", bin/waybackurls] environ: {"GOPATH": !get_default "{gopath}"} install_commands: -- !join [*gotool, get, github.com/tomnomnom/waybackurls] +- !join [*gotool, install, github.com/tomnomnom/waybackurls@latest] uninstall_commands: -- !join [rm, *path] \ No newline at end of file +- !join [rm, *path] diff --git a/pipeline/tools/webanalyze.yaml b/pipeline/tools/webanalyze.yaml index 9026a6c..68186ae 100644 --- a/pipeline/tools/webanalyze.yaml +++ b/pipeline/tools/webanalyze.yaml @@ -4,7 +4,7 @@ path: &path !join_path [!get_default "{gopath}", bin/webanalyze] environ: {"GOPATH": !get_default "{gopath}"} install_commands: -- !join [*gotool, get github.com/rverton/webanalyze/...] +- !join [*gotool, install github.com/rverton/webanalyze/...@latest] uninstall_commands: - !join [rm, *path]