diff options
Diffstat (limited to 'other/exploit_xmlrpc.py')
-rwxr-xr-x | other/exploit_xmlrpc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/other/exploit_xmlrpc.py b/other/exploit_xmlrpc.py index da8e8d0..06147c2 100755 --- a/other/exploit_xmlrpc.py +++ b/other/exploit_xmlrpc.py @@ -3,6 +3,8 @@ Author: Christian Heimes """ +from __future__ import print_function + import sys import urllib2 |