Git Product home page Git Product logo

searchsploit2's Introduction

Searchsploit2

A command-line script to provide fine grain search queries to specific fields in the exploit-database.

Description

An alternative to the original searchsploit script that provides a finer level of control as well as verbose output for help find where your searches are going wrong. The search logic searches by author => date => platform => type => port => description. Searchsploit2 also supports updating your local exploit-database CSV copy and mimicks the output format of the original searchsploit script.

Usage

searchsploit2 [-h] [--file PATH] [--author AUTHOR] [--date YYYY-MM-DD]
[--platform PLATFORM] [--type TYPE] [--port PORT] [--description TERM]
[--update] [--verbose] [--version]
Argument Description
-h, --help Display help message and exit
--file, -f PATH Path to exploit-db CSV file.
--author, -a AUTHOR Search for exploit author's name.
--date, -d YYYY-MM-DD Search for exploits published on YYYY-MM-DD.
--platform, -o PLATFORM Search exploits by platform / OS.
--type, -t TYPE Search by exploit type.
--port, -p PORT Search exploits by affected port number.
--description, -d TERM Search exploit description for term.
--update, -u Update local copy of exploit-db and exit.
--verbose, -v Enable verbose output to track troublesome queries.
--version Show program's version number and exit.

Examples

python3 searchsploit2.py --platform windows --type remote --description MS08-067
python3 searchsploit2.py -v -o plan9 -t remote
python3 searchsploit2.py --date 2014-01-01 -p 80
python3 searchsploit2.py --author TurboBorland --file ~/.searchsploit2/files.csv

Issues

Currently the search functionality does not accept regular expressions such as " * ", this feature may be implemented in the future. Please report any additional issues found to https://github.com/Spacecow99/searchsploit/issues.

searchsploit2's People

Contributors

codingo avatar spacecow99 avatar

Watchers

 avatar

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.