-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatic module_metadata_base.json update
- Loading branch information
1 parent
9ac3f57
commit 2db574e
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -269044,21 +269044,24 @@ | |
"author": [ | ||
"Sean Verity <[email protected]>", | ||
"sinn3r <[email protected]>", | ||
"Ben Campbell <[email protected]>" | ||
"Ben Campbell <[email protected]>", | ||
"GhostlyBox" | ||
], | ||
"description": "This module will check the file system for a copy of unattend.xml and/or\n autounattend.xml found in Windows Vista, or newer Windows systems. And then\n extract sensitive information such as usernames and decoded passwords.", | ||
"description": "This module will check the file system for a copy of unattend.xml and/or\n autounattend.xml found in Windows Vista, or newer Windows systems. And then\n extract sensitive information such as usernames and decoded passwords. Also\n checks for '.vmimport' files that could have been created by the AWS EC2 VMIE service.", | ||
"references": [ | ||
"URL-http://technet.microsoft.com/en-us/library/ff715801", | ||
"URL-http://technet.microsoft.com/en-us/library/cc749415(v=ws.10).aspx", | ||
"URL-http://technet.microsoft.com/en-us/library/c026170e-40ef-4191-98dd-0b9835bfa580" | ||
"URL-http://technet.microsoft.com/en-us/library/c026170e-40ef-4191-98dd-0b9835bfa580", | ||
"URL-https://aws.amazon.com/security/security-bulletins/AWS-2024-006/", | ||
"URL-https://www.immersivelabs.com/blog/the-return-of-unattend-xml-revenge-of-the-cleartext-credentials/" | ||
], | ||
"platform": "Windows", | ||
"arch": "", | ||
"rport": null, | ||
"autofilter_ports": null, | ||
"autofilter_services": null, | ||
"targets": null, | ||
"mod_time": "2023-02-08 13:47:34 +0000", | ||
"mod_time": "2024-10-23 23:41:20 +0000", | ||
"path": "/modules/post/windows/gather/enum_unattend.rb", | ||
"is_install_path": true, | ||
"ref_name": "windows/gather/enum_unattend", | ||
|