🌄
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. Windows Foothold

Privesc

Manual Privesc

Identify myself

  • whoami

  • Windows, net user <Username>: will provide additional info about the user

Find info about other users

  • Windows, net user: reveal other accounts

Info about the host

  • hostname

  • Windows, systeminfo [can be filtered with some useful flags]

Running processes

  • Window, tasklist <Flag> [for example /SVC]

Networking Information

  • Windows, ipconfig /all

  • Windows, route print: routing commands

  • Windows, netstat-ano: list connections

Firewall status and rules

  • Windows, netsh: firewall profile

...

PreviousPrivescNextCalling Conventions

Last updated 4 years ago

Was this helpful?