edoardottt/favirecon
GitHub: edoardottt/favirecon
基于 favicon 图标指纹的轻量级技术栈识别工具,用于快速发现目标网站的技术、WAF、后台面板等信息。
Stars: 235 | Forks: 31
favirecon
使用 favicons 优化你的目标侦查阶段
由 edoardottt 用 💙 编写
在 Twitter 上分享!
安装 •
入门 •
示例 •
更新日志 •
贡献 •
许可证
## 安装 📡
### Homebrew
```
brew install favirecon
```
### Snap
```
sudo snap install favirecon
```
### Go
```
go install github.com/edoardottt/favirecon/cmd/favirecon@latest
```
## 入门 🎉
```
Usage:
favirecon [flags]
Flags:
INPUT:
-u, -url string Input domain
-l, -list string File containing input domains
-cidr Interpret input as CIDR
CONFIGURATIONS:
-hash string[] Filter results having these favicon hashes (comma separated)
-c, -concurrency int Concurrency level (default 50)
-t, -timeout int Connection timeout in seconds (default 10)
-rl, -rate-limit int Set a rate limit (per second)
-px, -proxy string Set a proxy server (URL)
OUTPUT:
-o, -output string File to write output results
-v, -verbose Verbose output
-s, -silent Silent output. Print only results
-j, -json JSON output
```
## 示例 💡
识别单个域名
```
favirecon -u https://www.github.com
```
```
echo https://www.github.com | favirecon
```
从域名列表中获取所有可能的结果(需要指定协议!)
```
favirecon -l targets.txt
```
```
cat targets.txt | favirecon
```
获取属于特定目标的所有可能结果(需要指定协议!)
```
cat targets.txt | favirecon -hash 708578229
```
从单个 CIDR 获取所有可能的结果
```
favirecon -u 192.168.1.0/24 -cidr
```
使用代理
```
favirecon -u https://www.github.com -px http://127.0.0.1:8080
```
JSON 输出
```
favirecon -u https://www.github.com -j
```
## 更新日志 📌
每个版本的详细变更都记录在[发布说明](https://github.com/edoardottt/favirecon/releases)中。
## 相关报道 📰
- [Hive Five Newsletter by Securibee](https://securib.ee/newsletter/)
## 许可证 📝
本仓库基于 [MIT License](https://github.com/edoardottt/favirecon/blob/main/LICENSE) 授权。
访问 [edoardottt.com](https://edoardottt.com/) 联系我。
标签:Bug Bounty, C2日志可视化, EVTX分析, Favicon, Go语言, 可自定义解析器, 图标哈希, 安全扫描, 实时处理, 密码管理, 技术栈检测, 指纹识别, 数据展示, 文档结构分析, 无服务器架构, 日志审计, 时序注入, 暴露面板, 服务发现, 程序破解, 红队, 网络安全, 资产测绘, 隐私保护