vulsearch是一个命令行漏洞信息查询工具,漏洞来源于PwnWiki。
git clone https://github.com/pwnwikiorg/vulsearch.git
cd vulsearch
pip3 install -r requirements.txt
python3 vulsearch.py
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
该程序由6613GitHub6613开发。
MIT
PwnWiki:https://www.pwnwiki.org
PwnWiki社区:https://forums.pwnwiki.org
PwnWiki Telegram中文交流群组:https://t.me/pwnwiki_zh
PwnWiki Discord中文交流群组:https://discord.com/invite/4fvBcc8rDV