PowaaaShell
Automating enumeration of Windows boxes using PowerShell
Made not to be too intrusive, since it’s not being made for pentesting purposes, but for development.
Make sure to enable running scripts using ‘Set-ExecutionPolicy Unrestricted’ as admin, don’t forget to turn it off
Functions:
- Saves all output to .txt file
- Pulls list of services
- Shows domains, OS and system specifications
- IIS sites
- IIS App pools
- IIS Shared configs
- Gets list of users and shows if they’re enabled
- List of groups
- Installed software pulled from Windows registry
- Running services
- Started services
- Running processes including resource usage
- Gets list of tasks and their state
- List of apps that run at startup
- Pulls all network interfaces
- Pulls hosts file
TODO: Add PHP listener and auto upload log