Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
undetected-httpx — Stop getting 403 Forbidden. A specialized httpx-like toolkit for WAF evasion. | Kitploit
Tools/GitHubGitHub/michele0303/undetected-httpx
ReconnaissanceWeb Proxies & InterceptionIDS/IPS EvasionInformation GatheringWAF BypassWeb SecurityAnti-BotFingerprint Spoofing
GitHubmichele0303/undetected-httpx

undetected-httpx

Stop getting 403 Forbidden. A specialized httpx-like toolkit for WAF evasion.

View Repository
21177 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

undetected-httpx

Python Version Impersonation Support License

undetected-httpx is a multi-purpose HTTP probing toolkit inspired by httpx. It is specifically engineered to bypass modern anti-bot infrastructures by mimicking real-world browser signatures.

Traditional HTTP clients are easily fingerprinted and blocked by WAFs. This tool leverages browser-grade TLS and HTTP fingerprinting (JA3/H2) to appear as a legitimate user, ensuring your reconnaissance stays under the radar.


📦 Installation

root@kitploit:~
pip install undetected-httpx --upgrade

🎭 Real-world Comparison

Can you spot the difference? Standard tools get a 403 Forbidden where we get a 200 OK.

undetected-httpx (Pro)

httpx (Original)


📊 Technical Capabilities

🛠 Key Features

  • Engine: Powered by curl_cffi for high-performance impersonation.
  • Fingerprinting: Full support for JA3, JA4, and HTTP/2 settings randomization.
  • Seamless Transition: Maintains CLI compatibility with ProjectDiscovery's httpx flags.
Download Tool
Featureundetected-httpxhttpx (Original)
Network Stackcurl-impersonate (C++)Go net/http
TLS Fingerprint✅ Identical to Browsers❌ Easily Detected
Cloudflare Bypass✅ Successful (200)❌ Blocked (403)
HTTP/2 Fingerprint✅ Verified⚠️ Standard