forked from offensive-security/exploitdb
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.searchsploit_rc
More file actions
26 lines (20 loc) · 724 Bytes
/
.searchsploit_rc
File metadata and controls
26 lines (20 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##-- Program Settings
progname="$( basename "$0" )"
##-- Exploits
files_array+=("files_exploits.csv")
path_array+=("/opt/exploit-database")
name_array+=("Exploit")
git_array+=("https://github.com/offensive-security/exploit-database.git")
package_array+=("exploitdb")
##-- Shellcodes
files_array+=("files_shellcodes.csv")
path_array+=("/opt/exploit-database")
name_array+=("Shellcode")
git_array+=("https://github.com/offensive-security/exploit-database.git")
package_array+=("exploitdb")
##-- Papers
files_array+=("files_papers.csv")
path_array+=("/opt/exploit-database-papers")
name_array+=("Paper")
git_array+=("https://github.com/offensive-security/exploit-database-papers.git")
package_array+=("exploitdb-papers")