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
amt_auth_bypass_poc — CVE-2017-5689 Proof-of-Concept exploit | Kitploit
Tools/GitHubGitHub/embedi/amt_auth_bypass_poc
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubembedi/amt_auth_bypass_poc

amt_auth_bypass_poc

CVE-2017-5689 Proof-of-Concept exploit

View Repository
55129 years 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

Intel AMT authentication bypass example

This is a Proof-of-Concept code that demonstrates the exploitation of the CVE-2017-5689 vulnerability.

It is essentialy a mitmproxy script that simply blanks an Authorization header "response" field.

Example usage:

root@kitploit:~
mitmdump -p 8080 -dd --no-http2 -s blank_auth_response.py
Download Tool