Skip to content

Commit

Permalink
automatic module_metadata_base.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed May 13, 2024
1 parent 733c014 commit 9c4849e
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions db/modules_metadata_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9198,6 +9198,67 @@

]
},
"auxiliary_admin/registry_security_descriptor": {
"name": "Windows Registry Security Descriptor Utility",
"fullname": "auxiliary/admin/registry_security_descriptor",
"aliases": [

],
"rank": 300,
"disclosure_date": null,
"type": "auxiliary",
"author": [
"Christophe De La Fuente"
],
"description": "Read or write a Windows registry security descriptor remotely.\n\n In READ mode, the `FILE` option can be set to specify where the\n security descriptor should be written to.\n\n The following format is used:\n ```\n key: <registry key>\n security_info: <security information>\n sd: <security descriptor as a hex string>\n ```\n\n In WRITE mode, the `FILE` option can be used to specify the information\n needed to write the security descriptor to the remote registry. The file must\n follow the same format as described above.",
"references": [

],
"platform": "",
"arch": "",
"rport": 445,
"autofilter_ports": [
139,
445
],
"autofilter_services": [
"netbios-ssn",
"microsoft-ds"
],
"targets": null,
"mod_time": "2024-05-13 12:01:54 +0000",
"path": "/modules/auxiliary/admin/registry_security_descriptor.rb",
"is_install_path": true,
"ref_name": "admin/registry_security_descriptor",
"check": false,
"post_auth": false,
"default_credential": false,
"notes": {
"Stability": [
"crash-safe"
],
"Reliability": [

],
"SideEffects": [
"config-changes"
]
},
"session_types": [
"smb"
],
"needs_cleanup": false,
"actions": [
{
"name": "READ",
"description": "Read a Windows registry security descriptor"
},
{
"name": "WRITE",
"description": "Write a Windows registry security descriptor"
}
]
},
"auxiliary_admin/sap/cve_2020_6207_solman_rce": {
"name": "SAP Solution Manager remote unauthorized OS commands execution",
"fullname": "auxiliary/admin/sap/cve_2020_6207_solman_rce",
Expand Down

0 comments on commit 9c4849e

Please sign in to comment.