rswappalyzer 🚀
A high-performance Wappalyzer rule detection Library.
极速 wappalyzer 规则检测库
Installation 📦 | 安装
Add this to your Cargo.toml:
cargo add rswappalyzer
Quick Start⚡| 快速开始
Below is a minimal example demonstrating how to detect web technologies from an HTTP response using rswappalyzer.
use Client;
use HeaderMap;
use ;
use ;
async
Example Output:
Detected technologies:
["Cloudflare"]
Full detection result (JSON):
Performance ⚡ | 性能
- Throughput: ~2,089 QPS (Windows, 4 cores)
- Avg Latency: ~0.47 ms
- Concurrency: 256 (Tokio async)
- Build: release
Enjoy it! 🚀
Happy hacking with rswappalyzer!
Data Sources 📚 | 规则源
The following projects are used as rule sources:
-
WebAppAnalyzergo
https://github.com/projectdiscovery/wappalyzergo -
WebAppAnalyzer
https://github.com/enthec/webappanalyzer -
Wappalyzer (HTTPArchive)
https://github.com/HTTPArchive/wappalyzer
References 🧩 | 参考项目
-
RustedWappalyzer
https://github.com/shart123456/RustedWappalyzer -
wappalyzergo
https://github.com/projectdiscovery/wappalyzergo
License 📄 | 许可证
This project is licensed under the MIT License.
本项目基于 MIT 许可证 开源。