GitHub -> GitLab
This commit is contained in:
parent
653b3893e6
commit
871af74158
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ progname="$( basename "$0" )"
|
||||||
files_array+=("files_exploits.csv")
|
files_array+=("files_exploits.csv")
|
||||||
path_array+=("/opt/exploitdb")
|
path_array+=("/opt/exploitdb")
|
||||||
name_array+=("Exploit")
|
name_array+=("Exploit")
|
||||||
git_array+=("https://github.com/offensive-security/exploitdb.git")
|
git_array+=("https://gitlab.com/exploit-database/exploitdb.git")
|
||||||
package_array+=("exploitdb")
|
package_array+=("exploitdb")
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ package_array+=("exploitdb")
|
||||||
files_array+=("files_shellcodes.csv")
|
files_array+=("files_shellcodes.csv")
|
||||||
path_array+=("/opt/exploitdb")
|
path_array+=("/opt/exploitdb")
|
||||||
name_array+=("Shellcode")
|
name_array+=("Shellcode")
|
||||||
git_array+=("https://github.com/offensive-security/exploitdb.git")
|
git_array+=("https://gitlab.com/exploit-database/exploitdb.git")
|
||||||
package_array+=("exploitdb")
|
package_array+=("exploitdb")
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,5 +22,5 @@ package_array+=("exploitdb")
|
||||||
files_array+=("files_papers.csv")
|
files_array+=("files_papers.csv")
|
||||||
path_array+=("/opt/exploitdb-papers")
|
path_array+=("/opt/exploitdb-papers")
|
||||||
name_array+=("Paper")
|
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")
|
package_array+=("exploitdb-papers")
|
||||||
|
|
Loading…
Add table
Reference in a new issue