Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix searchsploit repo url #111

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/tools/gobuster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion pipeline/tools/searchsploit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"]

Expand Down
2 changes: 1 addition & 1 deletion pipeline/tools/subjack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion pipeline/tools/tko-subs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
4 changes: 2 additions & 2 deletions pipeline/tools/waybackurls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
- !join [rm, *path]
2 changes: 1 addition & 1 deletion pipeline/tools/webanalyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]