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",
"pstree",
"pwd",
"pwn", # pwntools
"rm",
"sed",
"sh",

Loading…
Cancel
Save