|
95992 | 95992 | "needs_cleanup": true, |
95993 | 95993 | "actions": [] |
95994 | 95994 | }, |
| 95995 | + "exploit_linux/persistence/init_systemd": { |
| 95996 | + "name": "Service SystemD Persistence", |
| 95997 | + "fullname": "exploit/linux/persistence/init_systemd", |
| 95998 | + "aliases": [ |
| 95999 | + "exploits/linux/local/service_persistence" |
| 96000 | + ], |
| 96001 | + "rank": 600, |
| 96002 | + "disclosure_date": "2010-03-30", |
| 96003 | + "type": "exploit", |
| 96004 | + "author": [ |
| 96005 | + |
| 96006 | + "Cale Black" |
| 96007 | + ], |
| 96008 | + "description": "This module will create a service on the box, and mark it for auto-restart.\n We need enough access to write service files and potentially restart services\n Targets:\n CentOS 7\n Debian >= 7, <=8\n Fedora >= 15\n Ubuntu >= 15.04\n Verified on Ubuntu 18.04.3", |
| 96009 | + "references": [ |
| 96010 | + "URL-https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples", |
| 96011 | + "URL-https://coreos.com/docs/launching-containers/launching/getting-started-with-systemd/", |
| 96012 | + "ATT&CK-T1543.002" |
| 96013 | + ], |
| 96014 | + "platform": "Linux,Unix", |
| 96015 | + "arch": "cmd, x86, x64, armle, aarch64, ppc, mipsle, mipsbe", |
| 96016 | + "rport": null, |
| 96017 | + "autofilter_ports": [], |
| 96018 | + "autofilter_services": [], |
| 96019 | + "targets": [ |
| 96020 | + "systemd", |
| 96021 | + "systemd user" |
| 96022 | + ], |
| 96023 | + "mod_time": "2025-09-09 16:19:32 +0000", |
| 96024 | + "path": "/modules/exploits/linux/persistence/init_systemd.rb", |
| 96025 | + "is_install_path": true, |
| 96026 | + "ref_name": "linux/persistence/init_systemd", |
| 96027 | + "check": true, |
| 96028 | + "post_auth": false, |
| 96029 | + "default_credential": false, |
| 96030 | + "notes": { |
| 96031 | + "Stability": [ |
| 96032 | + "crash-safe" |
| 96033 | + ], |
| 96034 | + "Reliability": [ |
| 96035 | + "repeatable-session", |
| 96036 | + "event-dependent" |
| 96037 | + ], |
| 96038 | + "SideEffects": [ |
| 96039 | + "artifacts-on-disk", |
| 96040 | + "config-changes" |
| 96041 | + ] |
| 96042 | + }, |
| 96043 | + "session_types": [ |
| 96044 | + "shell", |
| 96045 | + "meterpreter" |
| 96046 | + ], |
| 96047 | + "needs_cleanup": true, |
| 96048 | + "actions": [] |
| 96049 | + }, |
95995 | 96050 | "exploit_linux/persistence/motd": { |
95996 | 96051 | "name": "update-motd.d Persistence", |
95997 | 96052 | "fullname": "exploit/linux/persistence/motd", |
|
0 commit comments