mirror of https://github.com/n1nj4sec/pupy.git
Merge branch 'master' of github.com:/n1nj4sec/pupy
This commit is contained in:
commit
6cbc106e20
|
@ -36,7 +36,7 @@ class MigrateModule(PupyModule):
|
|||
pid=p.pid
|
||||
self.success("%s created with pid %s"%(args.create,pid))
|
||||
else:
|
||||
pid=args.pid[0]
|
||||
pid=args.pid
|
||||
dllbuf=b""
|
||||
isProcess64bits=False
|
||||
#TODO automatically fill ip/port
|
||||
|
|
Loading…
Reference in New Issue