From 5d0441b34074d52fa7c1519c97063f09a632b05b Mon Sep 17 00:00:00 2001 From: anthraxx Date: Thu, 1 Apr 2021 21:14:15 +0200 Subject: [PATCH] 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. --- pwndbg/commands/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwndbg/commands/shell.py b/pwndbg/commands/shell.py index 930a3c74f..c29645b82 100644 --- a/pwndbg/commands/shell.py +++ b/pwndbg/commands/shell.py @@ -48,6 +48,7 @@ shellcmds = [ "ps", "pstree", "pwd", + "pwn", # pwntools "rm", "sed", "sh",