forked from p15670423/monkey
Fix invalid print statement.
Print as function in 2.7 should be explicitly imported.
This commit is contained in:
parent
8b61f41cc0
commit
353ad6529d
|
@ -5,7 +5,7 @@
|
|||
# Luffin from Github
|
||||
# https://github.com/Luffin/CVE-2017-10271
|
||||
# CVE: CVE-2017-10271
|
||||
|
||||
from __future__ import print_function
|
||||
from requests import post, exceptions
|
||||
from infection_monkey.exploit.web_rce import WebRCE
|
||||
from infection_monkey.exploit.tools import get_free_tcp_port, get_interface_to_target
|
||||
|
|
Loading…
Reference in New Issue