validverify / 0day.searcher

Simple 0day today exploits search engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0day.searcher

Simple and comfortable to use search from 0day today.

Installation

  1. Install python
  2. Install modules(pip):
pip install -r request.txt

Usage

python 0day-searcher.py -flag1 -flag2=something YOUR QUERY HERE

Flags

-h - Show help message and exit. -c - Print results WITHOUT colors. -CVE=CVE-Year-Number - Filter with CVE. -O=FILE_NAME.extension - Write all output to file.

Results structure

date / name / link / platform / risk / download INFO: CVE / verify / author

date - Date of creation.

name - Name and small description of exploit.

link - Link to exploit(Need to add domain link befor).

platform - For which platform exploit created.

risk - Risk level for victim system.

download - Link to download exploit(Need to add domain link befor).

CVE - CVE id(If able).

verify - Exploit's status of verification.

author - Just author of exploit.

Warning

First step, specifically:

"Creating session and making request..."

can take a while, it's all depends on you internet connection speed!

Changelog

Version 1.5

Bug Fix

New interface

Version 1.0 Alpha

About

Simple 0day today exploits search engine

License:GNU General Public License v3.0


Languages

Language:Python 100.0%