🌄
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
  • Manual Privesc
  • Identify myself
  • Find info about other users
  • Info about the host
  • Running processes
  • Networking Information
  • Firewall status and rules

Was this helpful?

  1. Linux Foothold

Privesc

Manual Privesc

Identify myself

  • whoami

  • Linux, id: will provide additional info about the user

Find info about other users

  • Linux, cat /etc/passwd

Info about the host

  • hostname

  • Linux, cat /etc/issue, cat /etc/release, release -a

Running processes

  • Linux, ps <Flag> [for example -xau: all processes, readble]

Networking Information

  • Linux, ip a

  • Linux, /sbin/route [or /sbin/routel]: display routing tables

  • Linux, netstat [or ss] -anp: list connections

Firewall status and rules

  • Linux, try and peek the configuration. For example grep -Hs iptables /etc/*

...

PreviousLinux TricksNextPrivesc

Last updated 4 years ago

Was this helpful?