What flag is needed to use dynamic SSH connections?
-D
What is the correct structure to local SSH port forwarding?
ssh -L 3336:<remote host>:3306 <user>@<remote host>
When would you use dynamic SSH port forwarding within pentesting?
To discover what is on a newly identified network
What attack type could allow access via SSH?
Brute Forcing
Which flag instructs SSH to not send any commands and just open a connection?
-n
Which flag sets the SSH session immediately to background?
-F
Which of the following commands would allow for SSH key-based authentication?
-I
Which of the following commands would create a Window tunnel using SSH?
ssh -X <user>@<ip>
What kind of model does Chisel work from?
Client/server
What flag is needed to specify a reverse SOCKS proxy?
R:socks
What is Chisel's encrypted tunnel secure by?
SSH
What version of SOCKS does chisel use by default?
socks5
When using Chisel with Metasploit, what global setting needs to be changed?
Proxies
What is the most stable shell type when using Chisel through a pivot?`
Bind
What proxy application must be used when using tools through Chisel?
Proxychains