haxrob / amthoneypot

Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689.

Webserver that listens on TCP port 16992. Replicates the behaviour of Intel's AMT management service. If successfully exploited, content pulled from a HP machine is served to the attacker.

Building -

# go build

Running -

# ./amthoneypot [logfile.txt]

Persistent Execution -

# nohup ./amthoneypot logfile.txt &

TODO

  • Add templating to make content dynamic / random
  • Add error checking

About

Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689


Languages

Language:Go 100.0%