Fen1Snow / CVE-2020-8617

PoC for CVE-2020-8617 (BIND)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2020-8617

PoC for CVE-2020-8617

For educational purposes only

demo

Run

This image runs a standard BIND server, which automatically generates a tkey "local-ddns".

$ docker run --rm --name cve-2020-8617 -it -p 53:53/udp knqyf263/cve-2020-8617

Exploit

$ pipenv install
$ pipenv run python exploit.py

Reference

Author

Teppei Fukuda

About

PoC for CVE-2020-8617 (BIND)

License:Apache License 2.0


Languages

Language:Dockerfile 81.6%Language:Python 18.4%