Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 332 Bytes

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:

mitmdump -p 8080 -dd --no-http2 -s blank_auth_response.py