forked from p15670423/monkey
Add implementation details
This commit is contained in:
parent
08d3801120
commit
7bdc7ce4c2
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
Implementation from https://github.com/SecuraBV/CVE-2020-1472
|
||||
"""
|
||||
|
||||
import logging
|
||||
import subprocess
|
||||
|
||||
|
|
Loading…
Reference in New Issue