Skip to content

Commit a333c81

Browse files
author
jenkins-metasploit
committed
automatic module_metadata_base.json update
1 parent dc8d675 commit a333c81

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

db/modules_metadata_base.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95937,6 +95937,54 @@
9593795937
"needs_cleanup": null,
9593895938
"actions": []
9593995939
},
95940+
"exploit_linux/persistence/docker_image": {
95941+
"name": "Docker Image Persistence",
95942+
"fullname": "exploit/linux/persistence/docker_image",
95943+
"aliases": [],
95944+
"rank": 600,
95945+
"disclosure_date": "2013-03-20",
95946+
"type": "exploit",
95947+
"author": [
95948+
"h00die"
95949+
],
95950+
"description": "This module maintains persistence on a host by creating a docker image which runs our\n payload, and has access to the host's file system (/host in the container). Whenever the\n container restarts, the payload will run, or when the payload dies the executable\n will run again after a delay. This will allow for writing back\n into the host through cron entries, ssh keys, or other method.\n\n Verified on Ubuntu 22.04.",
95951+
"references": [
95952+
"ATT&CK-T1610"
95953+
],
95954+
"platform": "Linux",
95955+
"arch": "x86, x64, armle, aarch64, ppc, mipsle, mipsbe",
95956+
"rport": null,
95957+
"autofilter_ports": [],
95958+
"autofilter_services": [],
95959+
"targets": [
95960+
"Auto"
95961+
],
95962+
"mod_time": "2025-09-16 15:57:24 +0000",
95963+
"path": "/modules/exploits/linux/persistence/docker_image.rb",
95964+
"is_install_path": true,
95965+
"ref_name": "linux/persistence/docker_image",
95966+
"check": true,
95967+
"post_auth": false,
95968+
"default_credential": false,
95969+
"notes": {
95970+
"Stability": [
95971+
"crash-safe"
95972+
],
95973+
"Reliability": [
95974+
"repeatable-session"
95975+
],
95976+
"SideEffects": [
95977+
"artifacts-on-disk",
95978+
"config-changes",
95979+
"ioc-in-logs"
95980+
]
95981+
},
95982+
"session_types": [
95983+
"meterpreter"
95984+
],
95985+
"needs_cleanup": true,
95986+
"actions": []
95987+
},
9594095988
"exploit_linux/persistence/init_openrc": {
9594195989
"name": "Init OpenRC Persistence",
9594295990
"fullname": "exploit/linux/persistence/init_openrc",

0 commit comments

Comments
 (0)