Closed Mac85 closed 8 years ago
you need the command git
You can clone the repository using git or just download the repository.
I recommand using of git, since when database is updated you just need pull new commits.
And for usage you can read the README.
indeed git is better then just download
Mac OSX : $ brew install git
Debian/Ubuntu : $ sudo apt-get install git
Centos/Fedora : $ sudo yum install git
If you want to keep exploit-database update , git is a good choice. Otherwise, download a zip copy here.
$ git clone https://github.com/offensive-security/exploit-database/ /Users/Someone/
$ cd /Users/Someone/exploit-database
Enter into exploit-database directory, and run searchsploit -h.
$ exploit-database [master] ./searchsploit -h
Usage: searchsploit [options] term1 [term2] ... [termN]
Example:
searchsploit afd windows local
searchsploit -t oracle windows
=========
Options
=========
-c, --case Perform a case-sensitive search (Default is inSEnsITiVe).
-e, --exact Perform an EXACT match on exploit title (Default is AND) [Implies "-t"].
-h, --help Show this help screen.
-o, --overflow Exploit title's are allowed to overflow their columns.
-p, --path Show the full path to an exploit (Copies path to clipboard if possible).
-t, --title Search just the exploit title (Default is title AND the file's path).
-u, --update Update exploit database from git.
-w, --www Show URLs to Exploit-DB.com rather than local path.
--colour Disable colour highlighting.
--id Display EDB-ID value rather than local path.
=======
Notes
=======
* Use any number of search terms.
* Search terms are not case sensitive, and order is irrelevant.
* Use '-c' if you wish to reduce results by case-sensitive searching.
* And/Or '-e' if you wish to filter results by using an exact match.
* Use '-t' to exclude the file's path to filter the search results.
* Remove false positives (especially when searching numbers/major versions).
* When updating from git or displaying help, search terms will be ignored.
Now it works, thank you !!!
ππ»π
Inviato da iPhone
Il giorno 14 giu 2016, alle ore 12:52, Ferdinand notifications@github.com ha scritto:
hurra @Mac85 next time RTFM
β You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
iphone? ;D
Yes βΊοΈ
Inviato da iPhone
Il giorno 14 giu 2016, alle ore 13:46, Ferdinand notifications@github.com ha scritto:
iphone? ;D
β You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Closing the issue as its going a little off topic and the original question has been answered.
Hello how to install the repository on mac os x?