Win-Enum: Windows & Active Directory Auto-Enumerator
Introduction Win-Enum is an automated enumeration tool I built to speed up the initial reconnaissance phase when targeting Windows machines and Active Directory environments. It runs common enumeration tools in sequence and organizes the output for easy review. Language: Python 3 Target: Windows / Active Directory Purpose: OSCP preparation, penetration testing GitHub: github.com/jashidsany/win-enum Why I Built This During OSCP preparation, I found myself running the same enumeration commands repeatedly: Nmap scan SMB null session check User enumeration AS-REP roasting attempt Web directory brute forcing This tool automates all of that and saves output in an organized structure. ...