Skip to content

Commit 9962429

Browse files
author
jenkins-metasploit
committed
automatic module_metadata_base.json update
1 parent f36d786 commit 9962429

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

db/modules_metadata_base.json

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
"microsoft-ds"
772772
],
773773
"targets": null,
774-
"mod_time": "2024-04-26 12:33:43 +0000",
774+
"mod_time": "2024-11-12 12:08:18 +0000",
775775
"path": "/modules/auxiliary/admin/dcerpc/cve_2022_26923_certifried.rb",
776776
"is_install_path": true,
777777
"ref_name": "admin/dcerpc/cve_2022_26923_certifried",
@@ -874,20 +874,21 @@
874874
}
875875
]
876876
},
877-
"auxiliary_admin/dcerpc/samr_computer": {
878-
"name": "SAMR Computer Management",
879-
"fullname": "auxiliary/admin/dcerpc/samr_computer",
877+
"auxiliary_admin/dcerpc/samr_account": {
878+
"name": "SAMR Account Management",
879+
"fullname": "auxiliary/admin/dcerpc/samr_account",
880880
"aliases": [
881-
881+
"auxiliary/admin/dcerpc/samr_computer"
882882
],
883883
"rank": 300,
884884
"disclosure_date": null,
885885
"type": "auxiliary",
886886
"author": [
887887
"JaGoTu",
888-
"Spencer McIntyre"
888+
"Spencer McIntyre",
889+
"smashery"
889890
],
890-
"description": "Add, lookup and delete computer / machine accounts via MS-SAMR. By default\n standard active directory users can add up to 10 new computers to the\n domain. Administrative privileges however are required to delete the\n created accounts.",
891+
"description": "Add, lookup and delete user / machine accounts via MS-SAMR. By default\n standard active directory users can add up to 10 new computers to the\n domain (MachineAccountQuota). Administrative privileges however are required\n to delete the created accounts, or to create/delete user accounts.",
891892
"references": [
892893
"URL-https://github.com/SecureAuthCorp/impacket/blob/master/examples/addcomputer.py"
893894
],
@@ -903,10 +904,10 @@
903904
"microsoft-ds"
904905
],
905906
"targets": null,
906-
"mod_time": "2024-04-16 16:43:30 +0000",
907-
"path": "/modules/auxiliary/admin/dcerpc/samr_computer.rb",
907+
"mod_time": "2024-12-09 08:49:04 +0000",
908+
"path": "/modules/auxiliary/admin/dcerpc/samr_account.rb",
908909
"is_install_path": true,
909-
"ref_name": "admin/dcerpc/samr_computer",
910+
"ref_name": "admin/dcerpc/samr_account",
910911
"check": false,
911912
"post_auth": false,
912913
"default_credential": false,
@@ -919,6 +920,10 @@
919920
],
920921
"SideEffects": [
921922
"ioc-in-logs"
923+
],
924+
"AKA": [
925+
"samr_computer",
926+
"samr_user"
922927
]
923928
},
924929
"session_types": [
@@ -931,12 +936,16 @@
931936
"description": "Add a computer account"
932937
},
933938
{
934-
"name": "DELETE_COMPUTER",
935-
"description": "Delete a computer account"
939+
"name": "ADD_USER",
940+
"description": "Add a user account"
941+
},
942+
{
943+
"name": "DELETE_ACCOUNT",
944+
"description": "Delete a computer or user account"
936945
},
937946
{
938-
"name": "LOOKUP_COMPUTER",
939-
"description": "Lookup a computer account"
947+
"name": "LOOKUP_ACCOUNT",
948+
"description": "Lookup a computer or user account"
940949
}
941950
]
942951
},

0 commit comments

Comments
 (0)