TechFingerprinter [0.1]

pinkman

BOSS
Staff member
ADMIN
LEGEND
ULTIMATE
SUPREME
MEMBER
BFD Legacy
Joined
Feb 3, 2025
Messages
2,253
Reaction score
19,027
Deposit
0$
A utility written in Python, it is a tool for analyzing and identifying the technology stack of a website. It collects information about the technologies used on the site by analyzing HTTP requests, headers, cookies, HTML code and other data.

Peculiarities

Cloudflare/WAF Bypass Techniques:
Multiple request methods (chunked encoding, header obfuscation)
Random delays and user agent rotation
SOCKS proxy support (commented out - uncomment for Tor)
Retry mechanism with different techniques
Enhanced Detection:
Better WAF/CDN identification
Expanded database patterns (Oracle, MSSQL)
More CMS detection (Shopify, Wix)
Additional JavaScript frameworks
Performance Optimizations:
Threaded script analysis
Cached patterns in __init__
LXML parser for faster HTML parsing
User Experience:
Better error handling
Anti-Fingerprinting:
Randomized request patterns
IP rotation simulation
Traffic obfuscation
To use with Tor (optional):
Install Tor service
Uncomment the _setup_proxy() calls
Add proxy initialization where needed
download:
 
Top Bottom