April 27

TechFingerprinter [0.1] | Credit: FBI (HTDark Forum)

Утилита написанная на Python, представляет собой инструмент для анализа и идентификации технологического стека веб-сайта. Выполняет сбор информации о технологиях, используемых на сайте путем анализа HTTP-запросов, заголовков, cookies, HTML-кода и других данных.

Особенности

  • 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