Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lya0/Fofa_view_fingerprint
魔改的fofa浏览器插件,把公共接口存入缓存,加入调用指纹聚合页面数据
https://github.com/Lya0/Fofa_view_fingerprint
Last synced: 3 months ago
JSON representation
魔改的fofa浏览器插件,把公共接口存入缓存,加入调用指纹聚合页面数据
- Host: GitHub
- URL: https://github.com/Lya0/Fofa_view_fingerprint
- Owner: Lya0
- Created: 2024-04-12T07:59:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T09:45:40.000Z (8 months ago)
- Last Synced: 2024-04-12T16:32:48.235Z (8 months ago)
- Size: 1.83 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Lya0/Fofa_view_fingerprint - 魔改的fofa浏览器插件,能够进行自动调用指纹接口进行指纹识别。 (Others)
README
# 简介
魔改了这个项目,增加了fofa聚合api调用以及其他优化
https://github.com/wgpsec/fofa-search
# 修改的地方
- 使用fofa聚合api调用该hostname的指纹数据
- amap.fofa.info数据调用在backgroud.js允许并且写入缓存,优化加载
- domain,host,port增加点击跳转以及fofa查询# 导入步骤
**要用到指纹界面的话,一定要替换api!因为打开浏览器初次加载缓存中的apikey会非常慢,所以放弃在前端设置key的方法,直接把key写死了。**
**查找flagfofaapikey,然后把flagfofaapikey改成自己的fofa的apikey即可**
![image-20240412162410921](https://adsry.oss-cn-beijing.aliyuncs.com/img@2/202404121624039.png)
谷歌开发者模式导入dist文件夹即可
![image-20240412162525816](https://adsry.oss-cn-beijing.aliyuncs.com/img@2/202404121625844.png)
# 展示效果
![image-20240412163252389](https://adsry.oss-cn-beijing.aliyuncs.com/img@2/202404121632423.png)
![image-20240415121856288](https://adsry.oss-cn-beijing.aliyuncs.com/img@2/202404151218365.png)
# 其他说明
如果聚合页面请求慢一些是fofaapi本身数据多的话本身加载时间会慢一些,由于fofa api调用速率限制,不考虑后台backgroud.js写缓存的方式来加载数据。