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
jenkins-metasploit committed Dec 9, 2024
1 parent d060312 commit 610c8fa
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions db/modules_metadata_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10542,6 +10542,75 @@
}
]
},
"auxiliary_admin/smb/change_password": {
"name": "SMB Password Change",
"fullname": "auxiliary/admin/smb/change_password",
"aliases": [

],
"rank": 300,
"disclosure_date": null,
"type": "auxiliary",
"author": [
"smashery"
],
"description": "Change the password of an account using SMB. This provides several different\n APIs, each of which have their respective benefits and drawbacks.",
"references": [
"URL-https://github.com/fortra/impacket/blob/master/examples/changepasswd.py"
],
"platform": "",
"arch": "",
"rport": 445,
"autofilter_ports": [
139,
445
],
"autofilter_services": [
"netbios-ssn",
"microsoft-ds"
],
"targets": null,
"mod_time": "2024-12-06 14:36:05 +0000",
"path": "/modules/auxiliary/admin/smb/change_password.rb",
"is_install_path": true,
"ref_name": "admin/smb/change_password",
"check": false,
"post_auth": false,
"default_credential": false,
"notes": {
"Reliability": [

],
"Stability": [

],
"SideEffects": [
"ioc-in-logs"
]
},
"session_types": [
"smb"
],
"needs_cleanup": false,
"actions": [
{
"name": "CHANGE",
"description": "Change the password, knowing the existing one. New AES kerberos keys will be generated."
},
{
"name": "CHANGE_NTLM",
"description": "Change the password to a NTLM hash value, knowing the existing password. AES kerberos authentication will not work until a standard password change occurs."
},
{
"name": "RESET",
"description": "Reset the target's password without knowing the existing one (requires appropriate permissions). New AES kerberos keys will be generated."
},
{
"name": "RESET_NTLM",
"description": "Reset the target's NTLM hash, without knowing the existing password. AES kerberos authentication will not work until a standard password change occurs."
}
]
},
"auxiliary_admin/smb/check_dir_file": {
"name": "SMB Scanner Check File/Directory Utility",
"fullname": "auxiliary/admin/smb/check_dir_file",
Expand Down

0 comments on commit 610c8fa

Please sign in to comment.