Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.21 KB

简体中文.md

File metadata and controls

70 lines (39 loc) · 1.21 KB

vulsearch是一个命令行漏洞信息查询工具,漏洞来源于PwnWiki。

1.安装

git clone https://github.com/pwnwikiorg/vulsearch.git
cd vulsearch
pip3 install -r requirements.txt
python3 vulsearch.py

2.使用

usage: vulsearch.py [options]

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Output program version
  -s SEARCH, --search SEARCH
                        Search from PwnWiki
  -l LENS, --lens LENS  How many pieces of data to view
  -n NUMBER, --number NUMBER
                        How many pieces of data do you start with
  -p PAGE, --page PAGE  Open the specified page

举例:

搜索CVE-2019-0708的信息

vulsearch -s CVE-2019-0708

搜索CVE-2021的信息,并且输出30条结果(注意:默认输出20条结果)

vulsearch -l 30 -s CVE-2021

3.鸣谢

该程序由6613GitHub6613开发。

4.许可证

MIT

5.其他

PwnWiki:https://www.pwnwiki.org

PwnWiki社区:https://forums.pwnwiki.org

PwnWiki Telegram中文交流群组:https://t.me/pwnwiki_zh

PwnWiki Discord中文交流群组:https://discord.com/invite/4fvBcc8rDV