文章目录
- 前言
- Search_Viewer介绍
- 安装方式
- 使用方式
前言
本文推荐工具Search_Viewer,详细介绍其安装和使用方式。
Search_Viewer介绍
集Fofa、Hunter鹰图、Shodan、360 quake、Zoomeye 钟馗之眼、censys 为一体的空间测绘gui图形界面化工具,支持一键采集爬取和导出fofa、shodan等数据,方便快捷查看。
安装方式
GitHub项目地址:https://github.com/G3et/Search_Viewer
安装pyside2模块,该模块不支持3.12版本的python,需要降低版本,例如3.10版本
下载程序所需模块
import base64
import csv
import json
from jsonpath import jsonpath
import jsonpath
import requests
from PySide2.QtUiTools import QUiLoader
from PySide2.QtWidgets import QMessageBox, QTableWidgetItem
import shodan
import time
from threading import Thread
from PySide2.QtGui import QIcon
import resources_rc
import threading
import re
import urllib.parse
from iconhash import IconHash
from PySide2.QtWidgets import QApplication, QMainWindow
from configparser import ConfigParser
from configobj import ConfigObj
from Search_Viewer_ui import Ui_MainWindow
原作者没有提供requirements.txt
我使用pipreqs基于本地创建了一个
configobj==5.0.8
jsonpath==0.82.2
mmh3==4.1.0
PySide2==5.15.2.1
shodan==1.31.0
如果还是报错,可根据提示用pip安装
安装模块后在文件夹内打开cmd终端
运行Search_Viewer.py
至此就算是安装完成了,这个版本为3.0,最新版目前是4.1,好像作者放tb卖了
使用方式
首先我们要导入我们各个平台的api
这里举例:鹰图平台,因为其他平台要vip,鹰图有每日500免费积分。
网址:https://hunter.qianxin.com/
将api填入HUNTER-API修改保存即可
根据搜索语法随便试试
app.name=“ZABBIX” && web.body=“saml” && ip.country=“BR”
找一下巴西带有saml的zabbix系统(CVE-2022-23131)
导出数据,得到一个表格
真是一场酣畅淋漓的信息收集🙂