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
|
from lib.encoder import Encoder
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# TODO:
|
|
||||||
# Make obfuscation way worse using "ExecuteGlobal" which is pretty much the equivalent of eval.
|
|
||||||
|
|
||||||
helper = Helper(sys.argv)
|
helper = Helper(sys.argv)
|
||||||
helper.ParseConfig().ShowConfigDescription()
|
helper.ParseConfig().ShowConfigDescription()
|
||||||
|
|
||||||
|
@ -31,4 +28,4 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
data = encoder.chunk_payload(data, helper.GetConfig("payload"))
|
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