From cb82e8f6db3f6bbbaecffa01222a82d3b11ebebc Mon Sep 17 00:00:00 2001 From: Roman <2944373+atastycookie@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:15:30 +0400 Subject: [PATCH] Fix searchsploit code repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab392d9..1308d61 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Downloads](https://img.shields.io/github/downloads/vulnersCom/getsploit/total.svg "Downloads")](https://github.com/vulnersCom/getsploit/releases) # Description -Inspired by [searchsploit](https://github.com/offensive-security/exploit-database/blob/master/searchsploit), it combines two features: command line search and download tool. +Inspired by [searchsploit](https://gitlab.com/exploit-database/exploitdb/-/blob/main/searchsploit), it combines two features: command line search and download tool. It allows you to search online for the exploits across all the most popular collections: *Exploit-DB*, *Metasploit*, *Packetstorm* and others. The most powerful feature is immediate *exploit source download* right in your working path.