Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Windows attack surface enumeration and visualization tool designed for red team labs, threat modeling, and blue team awareness.

Notifications You must be signed in to change notification settings

sezaiagirtas428/attack-surface-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

Attack Surface Visualizer

Attack Surface Visualizer is a local, read-only Windows security assessment tool that helps you understand how exposed a system is from an attacker's perspective.

It focuses on visibility and exposure signals (attack surface discovery) rather than exploitation.

This tool does not perform exploitation, active scanning, or configuration changes.
It only inspects existing system state and reports potential exposure indicators.


What does it analyze?

The tool inspects common Windows attack surface components such as:

  • Local administrator and privileged group memberships
  • Services and configurations that may increase exposure
  • Autorun / persistence-related entries
  • Presence and relevance of Living-off-the-Land Binaries (LOLBins)
  • Other host-level indicators that can support attack path reasoning

Results are presented in a structured, analyst-friendly format to support both offensive simulation and defensive hardening decisions.


Who is this for?

  • Red team / pentest labs: quick host discovery and initial exposure review
  • Blue team / defenders: visibility into local misconfigurations and risky signals
  • Students: learning Windows attack paths and security fundamentals

Quick Start (recommended)

Run directly from PowerShell:

iwr -useb https://raw.githubusercontent.com/sezaiagirtas428/attack-surface-visualizer/main/run.ps1 | iex

About

Windows attack surface enumeration and visualization tool designed for red team labs, threat modeling, and blue team awareness.

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors