Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux persistence techniques #19359

Open
13 of 17 tasks
jvoisin opened this issue Aug 2, 2024 · 0 comments
Open
13 of 17 tasks

Linux persistence techniques #19359

jvoisin opened this issue Aug 2, 2024 · 0 comments
Labels
suggestion-feature New feature suggestions

Comments

@jvoisin
Copy link
Contributor

jvoisin commented Aug 2, 2024

In the same spirit than #16791, but for Linux:

Package managers

  • Yum package manager persistence, in ./exploits/linux/local/yum_package_manager_persistence.rb
  • Apt package manager persistence, in ./exploits/linux/local/apt_package_manager_persistence.rb
  • apk

Service managers and autostart

  • systemd service persistence, in ./exploits/linux/local/service_persistence.rb
  • systemd user service persistence, in ./exploits/linux/local/service_persistence.rb
  • sys-v service persistence, in ./exploits/linux/local/service_persistence.rb
  • upstart service persistence, in ./exploits/linux/local/service_persistence.rb
  • openrc service persistence Add openrc to exploits/linux/local/service_persistence.rb #19480
  • rc.local persistence, in ./exploits/linux/local/rc_local_persistence.rb
  • desktop autostart, in ./exploits/linux/local/autostart_persistence.rb

Misc

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion-feature New feature suggestions
Projects
None yet
Development

No branches or pull requests

1 participant