add useful aliases

This commit is contained in:
n1nj4sec 2016-05-31 21:03:25 +02:00
parent a1a5f46793
commit 1e8fd065ca
1 changed files with 3 additions and 0 deletions

View File

@ -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'