Skip to content

Commit

Permalink
fix: searchsploit install (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Apr 17, 2024
1 parent 60daaa8 commit 040cfaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion secator/tasks/searchsploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class searchsploit(Command):
}
}
install_cmd = 'sudo git clone https://gitlab.com/exploit-database/exploitdb.git /opt/exploitdb || true && sudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit' # noqa: E501
install_github_handle = 'rad10/SearchSploit.py'
proxychains = False
proxy_socks5 = False
proxy_http = False
Expand Down

0 comments on commit 040cfaf

Please sign in to comment.