目录导航
P1finger简介
红队行动下的重点资产指纹识别工具。
Key asset fingerprinting tools in red team operations: fingerprinting, CMS identification, website framework identification.

使用方法
- 单个目标探测
P1finger -u [target]

- 多目标探测
P1finger -uf [target file] //-uf 指定url文件

- 输出到 Excel 表格文件
P1finger -uf [target file] -o //-o 参数输出到文件

- 指定指纹目录
默认只读取指定目录下 .yaml后缀的文件
P1finger.exe -uf D:\tools_dev\Go\P1finger\urls.txt -fd D:/tools_dev/Go/P1finger
- socks5 代理
P1finger.exe -uf D:\tools_dev\Go\P1finger\show.txt -socks 127.0.0.1:4781
- http 代理
P1finger.exe -uf D:\tools_dev\Go\P1finger\show.txt -httpproxy 127.0.0.1:4781
下载地址
- P1finger64 12.2 MB
- P1finger64.exe 12.5 MB
- P1finger86 11.5 MB
- P1finger86.exe 11.8 MB
- P1finger_arm64 11.8 MB
- P1finger_darwin64 13.2 MB
- P1finger_darwinarm64 13 MB
- P1finger_mipsel 12.9 MB
项目地址
GitHub:
https://github.com/P001water/P1finger
转载请注明出处及链接