Update MMG.py
parent
191909f312
commit
c3b2e0fb5e
7
MMG.py
7
MMG.py
|
@ -2,10 +2,7 @@ from lib.helper import Helper
|
|||
from lib.encoder import Encoder
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
# TODO:
|
||||
# Make obfuscation way worse using "ExecuteGlobal" which is pretty much the equivalent of eval.
|
||||
|
||||
if __name__ == "__main__":
|
||||
helper = Helper(sys.argv)
|
||||
helper.ParseConfig().ShowConfigDescription()
|
||||
|
||||
|
@ -31,4 +28,4 @@ if __name__ == "__main__":
|
|||
|
||||
data = encoder.chunk_payload(data, helper.GetConfig("payload"))
|
||||
|
||||
helper.SaveFile(sys.argv[2], data).ProcessCompleted()
|
||||
helper.SaveFile(sys.argv[2], data).ProcessCompleted()
|
||||
|
|
Loading…
Reference in New Issue