feat: added .searchsploit_rc
This commit is contained in:
parent
fa572137f8
commit
3a2afa7e2f
26
.searchsploit_rc
Normal file
26
.searchsploit_rc
Normal file
@ -0,0 +1,26 @@
|
||||
##-- Program Settings
|
||||
progname="$( basename "$0" )"
|
||||
|
||||
|
||||
##-- Exploits
|
||||
files_array+=("files_exploits.csv")
|
||||
path_array+=("/opt/exploitdb")
|
||||
name_array+=("Exploit")
|
||||
git_array+=("https://github.com/offensive-security/exploitdb.git")
|
||||
package_array+=("exploitdb")
|
||||
|
||||
|
||||
##-- Shellcodes
|
||||
files_array+=("files_shellcodes.csv")
|
||||
path_array+=("/opt/exploitdb")
|
||||
name_array+=("Shellcode")
|
||||
git_array+=("https://github.com/offensive-security/exploitdb.git")
|
||||
package_array+=("exploitdb")
|
||||
|
||||
|
||||
##-- Papers
|
||||
files_array+=("files_papers.csv")
|
||||
path_array+=("/opt/exploitdb")
|
||||
name_array+=("Paper")
|
||||
git_array+=("https://github.com/offensive-security/exploitdb-papers.git")
|
||||
package_array+=("exploitdb-papers")
|
Loading…
Reference in New Issue
Block a user