What protocol does Sshuttle utilise for pivoting?
SSH
What programming interpreter needs to be installed on the victim machine for Sshuttle to work?
python
What flag is needed for Sshittle to use DNS?
-d
What flag allows for a SSH command to be used with Sshuttle?
--ssh-cmd
Which of the following commands would allow for private key authentication?
sshuttle -r user@172.16.0.5 --ssh-cmd "ssh -i private_key" 172.16.0.0/24
Is sshuttle stateless or stateful when making network connections?
Stateful
Which flag should be used for sshuttle to attempt to automatically identify the target network?
-n
Which of the following commands would provide a verbose output whilst automatically attempting to identify an additional target network?
sshuttle -vNr user@pivoting_machine 10.10.0.0/24
When would you want to use sshuttle?
You can't use OpenSSH's PermitTunnel feature because its disabled
Which command would successfully use the remote networks DNS?
sshuttle -r --dns user@172.16.0.5 172.16.0.0/24