A penetration tester runs the following from a compromised python -c
import pty;pty.spawn (/bin/bash) . Which of the following actions are the tester taking?
A. Removing the Bash history
B. Upgrading the shell
C. Creating a sandbox
D. Capturing credentials
import pty;pty.spawn (/bin/bash) . Which of the following actions are the tester taking?
A. Removing the Bash history
B. Upgrading the shell
C. Creating a sandbox
D. Capturing credentials
Section: (none)