commands and output of commands you ran in that 1 terminal sesssion
4
....
5
exit # when finished
Copied!
Use Cherrytree or OneNote other to document findings...even a text file!
Create a screenshot of the selected area and save it at home directory
1
shift Print Screen
Copied!
Set the Target IP Address to the $ip system variable
1
export ip=target_ip
Copied!
If you're working on a single target it is useful to do the export ip=target_ip command before you run Tmux. That way when you create new tabs in Tmux you don't have to run the export command for every new tab.