Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxrob/amthoneypot
Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689
https://github.com/haxrob/amthoneypot
Last synced: 13 days ago
JSON representation
Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689
- Host: GitHub
- URL: https://github.com/haxrob/amthoneypot
- Owner: haxrob
- Created: 2017-05-06T15:35:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T22:50:51.000Z (9 months ago)
- Last Synced: 2024-08-18T12:05:13.694Z (3 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-honeypots - AMTHoneypot - Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689. (Honeypots)
README
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