Update module rid_hijack to python3

main
mpgn 2020-04-19 14:09:32 -04:00
parent 7bb0e4e4e6
commit e2e976847b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from cme.helpers.powershell import *
from cme.helpers.logger import write_log, highlight
from datetime import datetime
from StringIO import StringIO
from io import StringIO
import re
class CMEModule: