XUTS LABS
Operator Flow
⌕ENUM◉WEB▰SQL⊞WIN◆LINUX♜AD⇄PIVOTING◇REPORTING⌬OT / ICS
React Flow
Press enter or space to select a node.You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

Selected Node

Initial Shell

shellfootholdstabilize

Purpose

Confirm current access, stabilize the shell, identify the OS, determine user context, and choose Windows or Linux privilege escalation.

Why It Matters

Unstable shells and weak context cause missed paths. First know who you are, where you are, what OS you are on, and what network you can see.

If You See This

  • •Command execution achieved.
  • •Need current user.
  • •Need OS and hostname.
  • •Need shell stability.

Commands

Windows identity check
whoami
hostname
ipconfig /all
whoami /priv
whoami /groups

Confirms Windows user, host, network, privileges, and groups.

Linux identity check
id
hostname
ip a
uname -a
sudo -l

Confirms Linux identity, network, kernel, and sudo rights.

Rabbit Holes

  • •Running exploit suggesters before host context.
  • •Skipping shell stabilization.
  • •Ignoring network interfaces.
  • •Forgetting to capture proof.

Evidence to Capture

  • •Current user
  • •Hostname
  • •IP address
  • •OS
  • •Shell type