31 lines
992 B
Text
31 lines
992 B
Text
|
Index: .searchsploit_rc
|
||
|
--- .searchsploit_rc.orig
|
||
|
+++ .searchsploit_rc
|
||
|
@@ -4,7 +4,7 @@ progname="$( basename "$0" )"
|
||
|
|
||
|
##-- Exploits
|
||
|
files_array+=("files_exploits.csv")
|
||
|
-path_array+=("/opt/exploitdb")
|
||
|
+path_array+=("${PREFIX}/share/exploitdb")
|
||
|
name_array+=("Exploit")
|
||
|
git_array+=("https://gitlab.com/exploit-database/exploitdb.git")
|
||
|
package_array+=("exploitdb")
|
||
|
@@ -12,7 +12,7 @@ package_array+=("exploitdb")
|
||
|
|
||
|
##-- Shellcodes
|
||
|
files_array+=("files_shellcodes.csv")
|
||
|
-path_array+=("/opt/exploitdb")
|
||
|
+path_array+=("${PREFIX}/share/exploitdb")
|
||
|
name_array+=("Shellcode")
|
||
|
git_array+=("https://gitlab.com/exploit-database/exploitdb.git")
|
||
|
package_array+=("exploitdb")
|
||
|
@@ -20,7 +20,7 @@ package_array+=("exploitdb")
|
||
|
|
||
|
##-- Papers
|
||
|
files_array+=("files_papers.csv")
|
||
|
-path_array+=("/opt/exploitdb-papers")
|
||
|
+path_array+=("${LOCALBASE}/share/exploitdb-papers")
|
||
|
name_array+=("Paper")
|
||
|
git_array+=("https://gitlab.com/exploit-database/exploitdb-papers.git")
|
||
|
package_array+=("exploitdb-papers")
|