Vulsearch
一款在Linux&MacOS的漏洞信息查询工具。
说明
vulsearch是一个命令行漏洞信息查询工具,漏洞来源于PwnWiki。
截图
项目地址
https://github.com/pwnwikiorg/vulsearch
安装
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
链接
PwnWiki:https://www.pwnwiki.org
PwnWiki社区:https://forums.pwnwiki.org
许可证
MIT
邮箱
反馈
请提交Issues,谢谢!
来源:freebuf.com 2021-07-08 17:18:40 by: XinianSec
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧
请登录后发表评论
注册