Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Search an exploit in the local exploitdb database by its CVE

License

NotificationsYou must be signed in to change notification settings

andreafioraldi/cve_searchsploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version 1.7

Search an exploit in the local exploitdb database by its CVE.

Here you can get a free cve to exploit-db mapping in json format.

Install

from PyPI

$ pip3 install cve_searchsploit

from GitHub

$ git clone https://github.com/andreafioraldi/cve_searchsploit$ cd cve_searchsploit$ python3 setup.py install

Requirements

  • python3
  • requests
  • progressbar2
  • git

Usage

$ cve_searchsploit [parameters...]

Parameters

  • <cve> search exploits by a cve
  • -u update the cve-edbid mapping
  • -f <file with cve list> search exploits by a cve list file
  • -n <nessus csv scan file> search exploits by the cve matching with a nessus scan in csv format

As a library

>>>importcve_searchsploitasCS>>>>>>CS.update_db()Refreshingexploit-databaserepowithlastestexploitsFromhttps://github.com/offensive-security/exploit-database*branchmaster->FETCH_HEADAlreadyuptodate.RefreshingEDBID-CVEmapping100% (41823of41823)|##############| Elapsed Time: 0:00:00 Time:  0:00:00>>>>>>CS.edbid_from_cve("CVE-2019-0708")[46946,47120,47416]>>>CS.cve_from_edbid(47120)['CVE-2019-0708']

Cite

If you use this tool in your academic work you can cite it using

@Misc{cve_searchsploit,author       ={Andrea Fioraldi},howpublished ={GitHub},month        = jun,title        ={{CVE SearchSploit}},year         ={2017},url          ={https://github.com/andreafioraldi/cve_searchsploit},}

About

Search an exploit in the local exploitdb database by its CVE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp