Tools & Utility

JAWS

Just Another Windows (Enum) Script - PowerShell script for enumerating Windows systems.

#privesc#windows#powershell#enumeration

JAWS: Just Another Windows (Enum) Script

JAWS is a PowerShell script designed to help penetration testers quickly identify potential privilege escalation vectors on Windows systems.

Usage

powershell
# Run
powershell.exe -ExecutionPolicy Bypass -File .\jaws-enum.ps1

Output to file

powershell.exe -ExecutionPolicy Bypass -File .\jaws-enum.ps1 -OutputFilename jaws_output.txt

What It Checks

  • Network information
  • Firewall rules
  • Running processes
  • Installed software
  • Scheduled tasks
  • Service information
  • Unquoted service paths
  • Interesting files
  • Stored credentials