From 871af74158b8773c15f4890661493a5cc6bd59a6 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Fri, 11 Nov 2022 01:27:50 +0000 Subject: [PATCH] GitHub -> GitLab --- .searchsploit_rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.searchsploit_rc b/.searchsploit_rc index 36c9b1c85..a5b81dc66 100644 --- a/.searchsploit_rc +++ b/.searchsploit_rc @@ -6,7 +6,7 @@ progname="$( basename "$0" )" files_array+=("files_exploits.csv") path_array+=("/opt/exploitdb") name_array+=("Exploit") -git_array+=("https://github.com/offensive-security/exploitdb.git") +git_array+=("https://gitlab.com/exploit-database/exploitdb.git") package_array+=("exploitdb") @@ -14,7 +14,7 @@ package_array+=("exploitdb") files_array+=("files_shellcodes.csv") path_array+=("/opt/exploitdb") name_array+=("Shellcode") -git_array+=("https://github.com/offensive-security/exploitdb.git") +git_array+=("https://gitlab.com/exploit-database/exploitdb.git") package_array+=("exploitdb") @@ -22,5 +22,5 @@ package_array+=("exploitdb") files_array+=("files_papers.csv") path_array+=("/opt/exploitdb-papers") name_array+=("Paper") -git_array+=("https://github.com/offensive-security/exploitdb-papers.git") +git_array+=("https://gitlab.com/exploit-database/exploitdb-papers.git") package_array+=("exploitdb-papers")