automatic module_metadata_base.json update

This commit is contained in:
Metasploit 2021-07-09 09:07:13 -05:00
parent a5117119ee
commit 10ab956c3f
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 45 additions and 0 deletions

View File

@ -190686,6 +190686,51 @@
],
"needs_cleanup": null
},
"post_windows/gather/memory_dump": {
"name": "Windows Process Memory Dump",
"fullname": "post/windows/gather/memory_dump",
"aliases": [
],
"rank": 300,
"disclosure_date": null,
"type": "post",
"author": [
"smashery"
],
"description": "This module creates a memory dump of a process (to disk) and downloads the file\n for offline analysis.\n Options for DUMP_TYPE affect the completeness of the dump. \"full\" retrieves\n the entire process address space (all allocated pages).\n \"standard\" excludes image files (e.g. DLLs and EXEs in the address space) as\n well as memory mapped files. As a result, this option can be significantly\n smaller in size.",
"references": [
],
"platform": "Windows",
"arch": "",
"rport": null,
"autofilter_ports": null,
"autofilter_services": null,
"targets": null,
"mod_time": "2021-07-09 15:47:11 +0000",
"path": "/modules/post/windows/gather/memory_dump.rb",
"is_install_path": true,
"ref_name": "windows/gather/memory_dump",
"check": false,
"post_auth": false,
"default_credential": false,
"notes": {
"Stability": [
"crash-safe"
],
"Reliability": [
],
"SideEffects": [
]
},
"session_types": [
"meterpreter"
],
"needs_cleanup": null
},
"post_windows/gather/memory_grep": {
"name": "Windows Gather Process Memory Grep",
"fullname": "post/windows/gather/memory_grep",