Pivoting - JimKnee-Champ/Ethical-Hacking-Journal GitHub Wiki
Pivoting - a practice where you change your angle of attack from whatever system you are normally trying to access a target from to one on a less untrusted network. Can include systems already compromised on the same network as the actual target. A chain is only as secure as its weakest link.
Foxyproxy - firefox extension that allows for proxying and port monitoring(?). Can set the port to 127.0.0.1 and TURN ON THE EXTENSION to be able to see the IP address of the remote server you are connected to.
SSH -D (port number) = initiate an ssh connection that communicates on (port number).
ssh -i (input file) = initiate an ssh connection, using the input file as the private key.