General
Tmux Cheatsheet
new Tmux session: tmux new -s [name]
new window: Pfx + c
switch Panels: Pfx + [window number]
send Panel: Pfx + s
join Panel: Pfx + j
vertical Split: Pfx + %
horizontal Split: Prx + “
move Between Split: Prx + [arrow keys]
resize Split screen: Prx, Hold Ctrl + [arrow keys]
zoom in / out of split screen: Prx + z
change Split position: Pfx + { / }
change split layout: Pfx + Space
A Great cheatsheet.
Adding modules to Metasploit
A short guide of how to add a module from Exploit-DB to Metasploit.
Last updated