|
10542 | 10542 | } |
10543 | 10543 | ] |
10544 | 10544 | }, |
| 10545 | + "auxiliary_admin/smb/change_password": { |
| 10546 | + "name": "SMB Password Change", |
| 10547 | + "fullname": "auxiliary/admin/smb/change_password", |
| 10548 | + "aliases": [ |
| 10549 | + |
| 10550 | + ], |
| 10551 | + "rank": 300, |
| 10552 | + "disclosure_date": null, |
| 10553 | + "type": "auxiliary", |
| 10554 | + "author": [ |
| 10555 | + "smashery" |
| 10556 | + ], |
| 10557 | + "description": "Change the password of an account using SMB. This provides several different\n APIs, each of which have their respective benefits and drawbacks.", |
| 10558 | + "references": [ |
| 10559 | + "URL-https://github.com/fortra/impacket/blob/master/examples/changepasswd.py" |
| 10560 | + ], |
| 10561 | + "platform": "", |
| 10562 | + "arch": "", |
| 10563 | + "rport": 445, |
| 10564 | + "autofilter_ports": [ |
| 10565 | + 139, |
| 10566 | + 445 |
| 10567 | + ], |
| 10568 | + "autofilter_services": [ |
| 10569 | + "netbios-ssn", |
| 10570 | + "microsoft-ds" |
| 10571 | + ], |
| 10572 | + "targets": null, |
| 10573 | + "mod_time": "2024-12-06 14:36:05 +0000", |
| 10574 | + "path": "/modules/auxiliary/admin/smb/change_password.rb", |
| 10575 | + "is_install_path": true, |
| 10576 | + "ref_name": "admin/smb/change_password", |
| 10577 | + "check": false, |
| 10578 | + "post_auth": false, |
| 10579 | + "default_credential": false, |
| 10580 | + "notes": { |
| 10581 | + "Reliability": [ |
| 10582 | + |
| 10583 | + ], |
| 10584 | + "Stability": [ |
| 10585 | + |
| 10586 | + ], |
| 10587 | + "SideEffects": [ |
| 10588 | + "ioc-in-logs" |
| 10589 | + ] |
| 10590 | + }, |
| 10591 | + "session_types": [ |
| 10592 | + "smb" |
| 10593 | + ], |
| 10594 | + "needs_cleanup": false, |
| 10595 | + "actions": [ |
| 10596 | + { |
| 10597 | + "name": "CHANGE", |
| 10598 | + "description": "Change the password, knowing the existing one. New AES kerberos keys will be generated." |
| 10599 | + }, |
| 10600 | + { |
| 10601 | + "name": "CHANGE_NTLM", |
| 10602 | + "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." |
| 10603 | + }, |
| 10604 | + { |
| 10605 | + "name": "RESET", |
| 10606 | + "description": "Reset the target's password without knowing the existing one (requires appropriate permissions). New AES kerberos keys will be generated." |
| 10607 | + }, |
| 10608 | + { |
| 10609 | + "name": "RESET_NTLM", |
| 10610 | + "description": "Reset the target's NTLM hash, without knowing the existing password. AES kerberos authentication will not work until a standard password change occurs." |
| 10611 | + } |
| 10612 | + ] |
| 10613 | + }, |
10545 | 10614 | "auxiliary_admin/smb/check_dir_file": { |
10546 | 10615 | "name": "SMB Scanner Check File/Directory Utility", |
10547 | 10616 | "fullname": "auxiliary/admin/smb/check_dir_file", |
|
0 commit comments