mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
26 lines
724 B
Text
26 lines
724 B
Text
##-- Program Settings
|
|
progname="$( basename "$0" )"
|
|
|
|
|
|
##-- Exploits
|
|
files_array+=("files_exploits.csv")
|
|
path_array+=("/usr/share/exploitdb")
|
|
name_array+=("Exploit")
|
|
#git_array+=("https://github.com/offensive-security/exploit-database.git")
|
|
package_array+=("exploitdb")
|
|
|
|
|
|
##-- Shellcodes
|
|
files_array+=("files_shellcodes.csv")
|
|
path_array+=("/usr/share/exploitdb")
|
|
name_array+=("Shellcode")
|
|
#git_array+=("https://github.com/offensive-security/exploit-database.git")
|
|
package_array+=("exploitdb")
|
|
|
|
|
|
##-- Papers
|
|
files_array+=("files_papers.csv")
|
|
path_array+=("/usr/share/exploitdb-papers")
|
|
name_array+=("Paper")
|
|
#git_array+=("https://github.com/offensive-security/exploit-database-papers.git")
|
|
package_array+=("exploitdb-papers")
|