Pivoting 3 - Sshuttle

What protocol does Sshuttle utilise for pivoting?
SSH
SSL
IPSec
PTPP
SSH
What programming interpreter needs to be installed on the victim machine for Sshuttle to work?
python
Ruby
-c
C++
python
What flag is needed for Sshittle to use DNS?
-d
DNS
--nameserver
--d-server
-d
What flag allows for a SSH command to be used with Sshuttle?
--ssh-cmd
--execute
--exec
run
--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
sshuttle -r user@172.16.0.5 ssh -i private_key 172.16.0.0/24
sshuttle -R user@172.16.0.5 --ssh-cmd "ssh -I private_key" 172.16.0.0/24
sshuttle -r user@172.16.0.5 --ssh-cmd "ssh -I private_key" 172.16.0.0/24
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
Stateless
State isn't taken into consideration
Just a standard SSH connection
Stateful
Which flag should be used for sshuttle to attempt to automatically identify the target network?
-n
--auto-networking
-N
--n
-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
sshuttle -Nr user@pivoting_machine 10.10.0.0/24
sshuttle -r user@pivoting_machine 10.10.0.0/24
sshuttle -Rv user@pivoting_machine 10.10.0.0/24
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
You can't use SSH
You can't brute force the username password of an account
You don't like VPNs
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
sshuttle -r -D user@172.16.0.5 172.16.0.0/24
sshuttle -r -P user@172.16.0.5 172.16.0.0/24
sshuttle -r -d user@172.16.0.5 172.16.0.0/24
sshuttle -r --dns user@172.16.0.5 172.16.0.0/24
Your Score
Score Label
Score Summary