Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/windows/gather/enum_chocolatey_applications.md
Views: 11789
Vulnerable Application
This module will enumerate all installed applications on a Windows system that are installed with Chocolatey.
Verification Steps
Start msfconsole
Get meterpreter or shell session
Do:
use post/windows/gather/enum_chocolatey_applications
Do:
set SESSION <session id>
Do:
run
Options
ChocoPath
This is here for the incredibly rare cases where chocolatey is not on the system path. It allows you to set the path of the chocolatey executable ahead of time. Unless this is changed, it assumes to use chocolatey from the path.