一款类似searchsploit的漏洞信息查询工具:vulsearch – 作者:XinianSec

Vulsearch

一款在Linux&MacOS的漏洞信息查询工具。

说明

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

截图

image

项目地址

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

邮箱

[email protected]

反馈

请提交Issues,谢谢!

来源:freebuf.com 2021-07-08 17:18:40 by: XinianSec

相关推荐: Self XSS一步步扩大危害 – 作者:星云博创科技有限公司

前言逛Twitter发现了大佬的图片,顿时来了兴趣,打开BP一顿挖Self XSS看url TP框架开发,但经过测试,补丁打的很齐全发现url的独特之处,改成Teacher漏洞点如下:发送发现成功弹窗得到self xss一枚,但发现没什么用,继续扩大危害越权发…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享