automatic module_metadata_base.json update

This commit is contained in:
Metasploit 2022-08-10 14:42:43 -05:00
parent 318d608608
commit 846cca42c9
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 17 additions and 5 deletions

View File

@ -210379,7 +210379,7 @@
"needs_cleanup": null
},
"post_windows/gather/enum_powershell_env": {
"name": "Windows Gather Powershell Environment Setting Enumeration",
"name": "Windows Gather PowerShell Environment Setting Enumeration",
"fullname": "post/windows/gather/enum_powershell_env",
"aliases": [
@ -210390,9 +210390,10 @@
"author": [
"Carlos Perez <carlos_perez@darkoperator.com>"
],
"description": "This module will enumerate Microsoft Powershell settings",
"description": "This module will enumerate Microsoft PowerShell settings.",
"references": [
"URL-https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies",
"URL-https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles"
],
"platform": "Windows",
"arch": "",
@ -210400,7 +210401,7 @@
"autofilter_ports": null,
"autofilter_services": null,
"targets": null,
"mod_time": "2021-10-06 13:43:31 +0000",
"mod_time": "2022-08-01 00:56:21 +0000",
"path": "/modules/post/windows/gather/enum_powershell_env.rb",
"is_install_path": true,
"ref_name": "windows/gather/enum_powershell_env",
@ -210408,9 +210409,20 @@
"post_auth": false,
"default_credential": false,
"notes": {
"Stability": [
"crash-safe"
],
"Reliability": [
],
"SideEffects": [
]
},
"session_types": [
"meterpreter"
"meterpreter",
"shell",
"powershell"
],
"needs_cleanup": null
},