From 56d3c0533c29601c75d1ef28dcfd5e57b79b0892 Mon Sep 17 00:00:00 2001 From: Devon Kearns Date: Wed, 10 Dec 2014 12:09:14 -0700 Subject: [PATCH 1/2] Update README.md Added more complete description and usage output of the searchsploit utility. --- README.md | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6cefe293a..134a40769 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,41 @@ -Exploit-Database GIT repository -=============================== +The Exploit-Database Git Repository +=================================== -The official Exploit Database repository, now on Github! +This is the official repository of [The Exploit Database](http://www.exploit-db.com), a project sponsored by [Offensive Security](https://www.offensive-security.com). -- Exploit Database - http://www.exploit-db.com -- Offensive Security - http://www.offensive-security.com +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 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. + +This repository is updated daily with the most recently added submissions. + +Included with this repository is the **searchsploit** utility, which will allow you to search through the exploits using 1 or more terms. + +``` +root@kali:~# searchsploit -h +Usage : searchsploit [OPTIONS] term1 [term2] ... [termN] +Example: searchsploit oracle windows local + +========= + OPTIONS +========= + -c - Perform case-sensitive searches; by default, + searches will try to be greedy + -v - By setting verbose output, description lines + are allowed to overflow their columns + -h, --help - Show help screen + +NOTES: + - Use any number of search terms you would like (minimum: 1) + - Search terms are not case sensitive, and order is irrelevant + +root@kali:~# searchsploit afd windows local +----------------------------------------------------------------|---------------------------------- +Description | Path +----------------------------------------------------------------|---------------------------------- +MS Windows XP/2003 AFD.sys Privilege Escalation Exploit (K-plug | /windows/local/6757.txt +Microsoft Windows xp AFD.sys Local Kernel DoS Exploit | /windows/dos/17133.c +Windows XP/2003 Afd.sys - Local Privilege Escalation Exploit (M | /windows/local/18176.py +Windows - AfdJoinLeaf Privilege Escalation (MS11-080) | /windows/local/21844.rb +----------------------------------------------------------------|---------------------------------- +root@brix:~# +``` + From 0209d7a98de7b01c5b96694e460ee0d30d1e70f7 Mon Sep 17 00:00:00 2001 From: Devon Kearns Date: Wed, 10 Dec 2014 12:10:34 -0700 Subject: [PATCH 2/2] Update README.md Minor additional fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 134a40769..51304b0d9 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Exploit Database is an archive of public exploits and corresponding vulnerab This repository is updated daily with the most recently added submissions. -Included with this repository is the **searchsploit** utility, which will allow you to search through the exploits using 1 or more terms. +Included with this repository is the **searchsploit** utility, which will allow you to search through the exploits using one or more terms. ``` root@kali:~# searchsploit -h @@ -36,6 +36,6 @@ Microsoft Windows xp AFD.sys Local Kernel DoS Exploit | /windows/dos/1 Windows XP/2003 Afd.sys - Local Privilege Escalation Exploit (M | /windows/local/18176.py Windows - AfdJoinLeaf Privilege Escalation (MS11-080) | /windows/local/21844.rb ----------------------------------------------------------------|---------------------------------- -root@brix:~# +root@kali:~# ```