mirror of https://github.com/n1nj4sec/pupy.git
add useful aliases
This commit is contained in:
parent
a1a5f46793
commit
1e8fd065ca
|
@ -34,4 +34,7 @@ migrate = migrate
|
|||
shell=interactive_shell
|
||||
kill = process_kill
|
||||
killme = pyexec -c 'import os;os.kill(os.getpid(),9)'
|
||||
getpid = pyexec -c 'import os;print os.getpid()'
|
||||
getppid = pyexec -c 'import os;print os.getppid()'
|
||||
pwd = pyexec -c 'import os;print os.getcwd()'
|
||||
#tasklist = shell_exec 'tasklist /v'
|
||||
|
|
Loading…
Reference in New Issue