Fix invalid print statement.

Print as function in 2.7 should be explicitly imported.
This commit is contained in:
Daniel Goldberg 2019-05-20 20:25:39 +03:00
parent 8b61f41cc0
commit 353ad6529d
1 changed files with 1 additions and 1 deletions

View File

@ -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