banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

懒猎手深度解析:让漏洞侦察变得简单高效

懒猎手:LazyHunter—— 最简单高效的自动化漏洞侦察神器#

懒猎手(LazyHunter)是一款专为漏洞猎人打造的自动化侦察工具,巧妙结合了 Shodan 的 InternetDB 和 CVEDB API 功能。它能够智能获取指定 IP 地址的开放端口、主机名、标签以及潜在漏洞,并深入挖掘 CVE 细节,包括受影响产品和 CVSS 评分。结果以色彩分级呈现,让风险分析一目了然。

地址https://github.com/iamunixtz/Lazy-Hunter

核心亮点#

  • 一键获取 IP 地址的开放端口、主机名及关联漏洞
  • 深度提取 CVE 详情及危害等级
  • 采用色彩编码输出,直观识别风险程度
  • 支持文件批量输入 (-f) 与结果保存 (-o)
  • 提供 CVE 与开放端口组合显示选项

安装指南#

克隆代码仓库#

git clone https://github.com/iamunixtz/Lazy-Hunter.git
cd Lazy-Hunter

安装必要依赖#

pip install -r requirements.txt

运行工具#

python lazyhunter.py --help

命令使用方法查看帮助菜单#

python lazyhunter.py -h

扫描单个 IP#

python lazyhunter.py --ip 192.168.1.1

从文件批量扫描 IP 列表#

python lazyhunter.py -f targets.txt

仅显示 CVE 漏洞#

python lazyhunter.py --ip 192.168.1.1 --cves

仅显示开放端口#

python lazyhunter.py --ip 192.168.1.1 --ports

仅显示主机名#

python lazyhunter.py --ip 192.168.1.1 --host

同时显示 CVE 与端口信息#

python lazyhunter.py --ip 192.168.1.1 --cve+ports

显示全部结果(默认行为)#

python lazyhunter.py --ip 192.168.1.1

懒猎手(LazyHunter)让漏洞猎人的侦察工作变得轻松高效,一键获取关键信息,助您在网络安全领域事半功倍。无论是单 IP 检测还是批量扫描,都能以直观的方式呈现风险,帮助安全专家快速定位潜在威胁。

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。