Passhunt 各大厂商默认密码查询工具
2019-12-30 12:00:35 Author: mp.weixin.qq.com(查看原文) 阅读量:85 收藏

文章来源:黑客Hub

Passhunt 是一个搜索网络设备默认账号密码的小工具,除了网络设备,网络应用也支持滴.支持范围多达523个厂商,2084个默认密码.

(程序并不复杂,主要用接口来自于cirt.net.)

(接口:https://cirt.net/passwords?vendor=$vendor)

($verdor替换成厂商名即可)

(例如:https://cirt.net/passwords?vendor=Cisco)

A.安装依赖

确保下面的东西装上了

- python 3.0或者更高版本

- pip3 (sudo apt-get install python3-pip)

B.如何安装

git clone https://github.com/Viralmaniar/Passhunt.git

cd Passhunt

pip3 install -r requirements.txt

python3 Passhunt.py

C.咋用

按 1: 打印支持的厂商列表

按 2: 输入厂商名字并搜索默认的账号密码

按 3: 退出

D.授权

默认密码列表是从cirt.net来的.所有密码和厂商列表都是有cirt.net维护.

源码介里:https://github.com/Viralmaniar/Passhunt

软件作者:Viral Maniar

推荐文章++++

*IoTSeeker:物联网设备默认密码扫描检测工具



文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650459046&idx=3&sn=33ed5d92bb80c17841be8c848a8f1250&chksm=83bbae42b4cc2754ca58e65de73e63727e90b642a5102032a278cabd987a20072e9366a6a427#rd
如有侵权请联系:admin#unsafe.sh