ChaitanyaHaritash / exploit-database-papers

exploit-database-papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploit Database's Papers

The papers are located in the /docs/and /papers/ directories and /ezines/ contains various magazines. An index of the paper archives can be found in /files_papers.csv.

This is an official repository of The Exploit Database, a project sponsored by Offensive Security. Our repositories are:

The Exploit Database is an archive of public exploits and corresponding vulnerable software, developed for use by penetration testers and vulnerability researchers. Its aim is to serve as the most comprehensive collection of exploits, shellcode and papers gathered through direct submissions, mailing lists, and other public sources, and present them in a freely-available and easy-to-navigate database. The Exploit Database is a repository for exploits and Proof-of-Concepts rather than advisories, making it a valuable resource for those who need actionable data right away. You can learn more about the project here (about) and here (history).

This repository is updated daily with the most recently added submissions.


License

This project is released under "GNU General Public License v2.0".


SearchSploit

If you wish for this to be integrated into SearchSploit allowing for quick offline searching, you will need to make sure your .searchsploit_rc information is accurate for your setup (mainly path_array):

$ cat ~/.searchsploit_rc
...SNIP...
##-- Papers
files_array+=("files_papers.csv")
path_array+=("/opt/exploitdb-papers")
name_array+=("Paper")
git_array+=("https://github.com/offensive-security/exploit-database-papers.git")
package_array+=("exploitdb-papers")
$

Kali Linux

A simple apt will do the trick (everything will be taken care of):

root@kali:~# apt -y install exploitdb exploitdb-papers

Git

$ sudo git clone https://github.com/offensive-security/exploit-database.git /opt/exploit-database
$ sudo git clone https://github.com/offensive-security/exploit-database-papers.git /opt/exploit-database-papers
$ sudo ln -sf /opt/exploit-database/searchsploit /usr/local/bin/searchsploit
$ cp -n /opt/exploit-database/.searchsploit_rc ~/
$ vim ~/.searchsploit_rc

About

exploit-database-papers

License:GNU General Public License v2.0


Languages

Language:Shell 43.9%Language:Perl 27.4%Language:HTML 25.0%Language:Roff 3.5%Language:Coq 0.1%Language:AGS Script 0.0%Language:PostScript 0.0%