feature(shell): put 'pwn' into allow list for pwntools

if pwntools is using the proxy commany and distributed with
--only-use-pwn-command we need to make 'pwn' usable from the pwndbg
prompt.
pull/903/head
anthraxx 5 years ago committed by Disconnect3d
parent 56d1facd88
commit 5d0441b340

@ -48,6 +48,7 @@ shellcmds = [
"ps", "ps",
"pstree", "pstree",
"pwd", "pwd",
"pwn", # pwntools
"rm", "rm",
"sed", "sed",
"sh", "sh",

Loading…
Cancel
Save