Red Teaming and Malware Analysis
Ctrlk
  • About
  • Red Teaming
  • Cheat Sheet
  • Active Directory 101
  • Fuzzing and Web
  • Initial Foothold
  • Privilege Escalation (Privesc)
  • Lateral Movement (Pivoting)
  • Persistence
  • Command and Control (C&C)
  • Data Exfiltration
  • CVE & Exploits / CTF
  • Tools
  • Resources
  • Pwnage
  • Malware Analysis
  • Unpacking
  • Basic tips
  • Malware instrumentation with frida
  • Tools
  • Resources
  • Mobile
    • Tools
    • Reverse iOS ipa
    • Reverse Android APKs
    • Basic tips
    • Resources
  • IoT / Reverse / Firmware
    • Basic tips
    • Reverse IoT devices
    • Tools
    • Resources
Powered by GitBook
On this page

Resources

乌云 Drops 文章在线浏览wooyun.js.org
LogoGitHub - wietze/windows-dll-hijacking: Project for identifying executables and DLLs vulnerable to relative path DLL hijacking.GitHub
LogoGitHub - quentinhardy/pytmipe: Python library and client for token manipulations and impersonations for privilege escalation on WindowsGitHub
Windows API and Impersonation Part 1 - How to get SYSTEM using Primary Tokenszc00l blog
https://1-33-7.com/process-migration-tokens-stealing-like-meterpreter/1-33-7.com
LogoRed Teaming/Adversary Simulation Toolkit0x1 | Cyber Security Consulting

Linux binaries for Windows

awk, cut, wget,grep, etc binaries for windows

Logocoreutils for Windowsgnuwin32.sourceforge.net
LogoUnxUtilsSourceForge

Tmux basic tricks

PreviousReportingNextPwnage

Last updated 3 years ago

Was this helpful?

  • Linux binaries for Windows
  • Tmux basic tricks

Was this helpful?

#new session
tmux new -s nmap

#attach created session
tmux a -t nmap

#list sessions
tmux ls

#detach
CTRL+B => d

#kill session
tmux kill-session -t myname

#----WINDOWS------------

c           new window
,           name window
w           list windows
f           find window
&           kill window
.           move window - prompted for a new number
:movew<CR>  move window to the next unused number

#-----PANES---------------------
%  horizontal split
"  vertical split

o  swap panes
q  show pane numbers
x  kill pane
⍽  space - toggle between layouts

-- MOUSE----------
CTRL+B => :set -g mouse on

or

:setw mode-keys emacs
navigate: CTRL+B => [
exit: q