Code Monkey home page Code Monkey logo

Comments (10)

leonjza avatar leonjza commented on July 25, 2024 2

If you are using the Homebrew package manager, I got the exploitdb formula added a while ago. So, you can just do brew install exploitdb.

from exploitdb.

Mac85 avatar Mac85 commented on July 25, 2024 1

Now it works, thank you !!!

from exploitdb.

Mac85 avatar Mac85 commented on July 25, 2024 1

πŸ‘πŸ»πŸ˜„

Inviato da iPhone

Il giorno 14 giu 2016, alle ore 12:52, Ferdinand [email protected] 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.

from exploitdb.

hideout avatar hideout commented on July 25, 2024

you need the command git

from exploitdb.

BurakDev avatar BurakDev commented on July 25, 2024

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.

from exploitdb.

hideout avatar hideout commented on July 25, 2024

indeed git is better then just download

from exploitdb.

nixawk avatar nixawk commented on July 25, 2024

Install git

Mac OSX : $ brew install git
Debian/Ubuntu : $ sudo apt-get install git
Centos/Fedora : $ sudo yum install git

Download exploit-database

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.

from exploitdb.

hideout avatar hideout commented on July 25, 2024

iphone? ;D

from exploitdb.

Mac85 avatar Mac85 commented on July 25, 2024

Yes ☺️

Inviato da iPhone

Il giorno 14 giu 2016, alle ore 13:46, Ferdinand [email protected] 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.

from exploitdb.

g0tmi1k avatar g0tmi1k commented on July 25, 2024

Closing the issue as its going a little off topic and the original question has been answered.

from exploitdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.