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

Web Methodology

webmethodologystart

Purpose

Map the application like an operator: routes, parameters, auth, roles, uploads, source code, APIs, tech stack, and backend services.

Why It Matters

Web exploitation is not random payload throwing. You need to understand how input reaches backend logic.

If You See This

  • •Web app discovered.
  • •Dynamic routes or parameters exist.
  • •Auth or upload functionality exists.
  • •Server-side technology identified.

Commands

Baseline web recon
whatweb http://TARGET
curl -i http://TARGET
feroxbuster -u http://TARGET -w /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt -x php,txt,html,js,bak,old,zip

Fingerprints and discovers web content.

Rabbit Holes

  • •Testing payloads before mapping functionality.
  • •Ignoring source code and JavaScript.
  • •Not checking alternate vhosts.
  • •Not checking default credentials.

Evidence to Capture

  • •Site map
  • •Routes
  • •Parameters
  • •Forms
  • •Cookies
  • •Technologies