🌄
Shikata Ga Nai
  • Shikata Ga Nai
  • General
  • Gaining Access
    • Nmap
    • Reverse Shell
    • Password Cracking
    • Other Services
      • 21 - FTP
      • Enumerating SMB
    • Web
      • Web Enumeration
      • XSS
      • File Inclusion
      • SQL Injection
  • Linux Foothold
    • Linux Tricks
    • Privesc
  • Windows Foothold
    • Privesc
  • Binary
    • Calling Conventions
    • Debuggers
    • Examining Binaries
    • Shellcoding
    • Bypassing Exploit Mitigation Techniques [Linux]
  • Stego
    • Stego tools
Powered by GitBook
On this page
  • Tmux Cheatsheet
  • Adding modules to Metasploit

Was this helpful?

General

PreviousShikata Ga NaiNextNmap

Last updated 4 years ago

Was this helpful?

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 .

Adding modules to Metasploit

A of how to add a module from Exploit-DB to Metasploit.

cheatsheet
short guide