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 檢測還是批量掃描,都能以直觀的方式呈現風險,幫助安全專家快速定位潛在威脅。

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