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 10, 2024
1 parent f36d786 commit 9962429
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions db/modules_metadata_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
"microsoft-ds"
],
"targets": null,
"mod_time": "2024-04-26 12:33:43 +0000",
"mod_time": "2024-11-12 12:08:18 +0000",
"path": "/modules/auxiliary/admin/dcerpc/cve_2022_26923_certifried.rb",
"is_install_path": true,
"ref_name": "admin/dcerpc/cve_2022_26923_certifried",
Expand Down Expand Up @@ -874,20 +874,21 @@
}
]
},
"auxiliary_admin/dcerpc/samr_computer": {
"name": "SAMR Computer Management",
"fullname": "auxiliary/admin/dcerpc/samr_computer",
"auxiliary_admin/dcerpc/samr_account": {
"name": "SAMR Account Management",
"fullname": "auxiliary/admin/dcerpc/samr_account",
"aliases": [

"auxiliary/admin/dcerpc/samr_computer"
],
"rank": 300,
"disclosure_date": null,
"type": "auxiliary",
"author": [
"JaGoTu",
"Spencer McIntyre"
"Spencer McIntyre",
"smashery"
],
"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.",
"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.",
"references": [
"URL-https://github.com/SecureAuthCorp/impacket/blob/master/examples/addcomputer.py"
],
Expand All @@ -903,10 +904,10 @@
"microsoft-ds"
],
"targets": null,
"mod_time": "2024-04-16 16:43:30 +0000",
"path": "/modules/auxiliary/admin/dcerpc/samr_computer.rb",
"mod_time": "2024-12-09 08:49:04 +0000",
"path": "/modules/auxiliary/admin/dcerpc/samr_account.rb",
"is_install_path": true,
"ref_name": "admin/dcerpc/samr_computer",
"ref_name": "admin/dcerpc/samr_account",
"check": false,
"post_auth": false,
"default_credential": false,
Expand All @@ -919,6 +920,10 @@
],
"SideEffects": [
"ioc-in-logs"
],
"AKA": [
"samr_computer",
"samr_user"
]
},
"session_types": [
Expand All @@ -931,12 +936,16 @@
"description": "Add a computer account"
},
{
"name": "DELETE_COMPUTER",
"description": "Delete a computer account"
"name": "ADD_USER",
"description": "Add a user account"
},
{
"name": "DELETE_ACCOUNT",
"description": "Delete a computer or user account"
},
{
"name": "LOOKUP_COMPUTER",
"description": "Lookup a computer account"
"name": "LOOKUP_ACCOUNT",
"description": "Lookup a computer or user account"
}
]
},
Expand Down

0 comments on commit 9962429

Please sign in to comment.