
CamTRON - A fast camera detection scanner

用于在网络中检测监控设备(摄像头)的自动化工具。
git clone https://github.com/K3ysTr0K3R/camtron.git
cd camtron
go build -o camtron main.go
go install github.com/K3ysTr0K3R/camtron@latest
./camtron -u http://192.168.1.1
./camtron -ip 192.168.1.100
./camtron -ip 192.168.1.0/24
./camtron -f targets.txt
./camtron -f targets.txt -t 100
./camtron -f targets.txt -o results.csv
./camtron -f targets.txt -o results.csv -append
-u string Scan a single URL
-ip string Scan a single IP/CIDR
-f string File with targets (one per line)
-t int Threads (default: 50)
-o string Output CSV file (optional)
-append Append to output CSV instead of overwrite
创建一个文本文件,每行包含一个目标:
192.168.1.1
192.168.1.100
10.0.0.0/24
http://example.com
CamTRON 使用多种检测技术:
<title> 中的品牌特征favicon.ico 进行 MD5 哈希[15:04:05.123] [+] 192.168.1.100 : hikvision, dahua
[15:04:05.456] [+] 192.168.1.101 : axis
Target,Brands
192.168.1.100,"hikvision, dahua"
192.168.1.101,"axis"
git clone https://github.com/yourusername/camtron.git
cd camtron
go build -o camtron .
go build -ldflags="-s -w" -o camtron .
go mod download
将规则添加到 main.go 中的 rules 切片:
{"brandname", "/path", "condition=value", "", false}
title= — HTML 标题匹配body= — HTML 响应体匹配headers= — HTTP 响应头匹配md5= — Favicon MD5 匹配status_code= — HTTP 状态码匹配{"brand", "/", "title=Login&&body=Camera System", "", false}
此工具适用于:
警告: 未经授权扫描你不拥有或没有测试权限的网络属于违法行为。请始终获得适当授权。开发者对误用或造成的损害不承担任何责任。
注意: 此工具仅用于合法的安全评估目的。