Skip to content

Instantly share code, notes, and snippets.

@ZacFran
Created August 9, 2023 14:13
Show Gist options
  • Save ZacFran/b762d6e99b9dcc0d36caf243cfd75a96 to your computer and use it in GitHub Desktop.
Save ZacFran/b762d6e99b9dcc0d36caf243cfd75a96 to your computer and use it in GitHub Desktop.

Notes

  • Enumaeration for Privilege Escalation
    | tools to find weak sudo permissions, vulnerable suid/sgid executables, impoperly configured cron jobs, vulnerable services, and kernel exploits
  • Sudo
    | The switch user command "su" can be used to change user context, and can be used to become the superuser (root) in order to perform system administration
  • SUID/SGID | Allow users to preoform privileged actions.

Insecure Permissions

Persistence

  • Boot Process Persistence | rootkits/ratkits are the hardest to detect but could
  • Cron Jobs | set a job to give you access in someway

Covering Tracks

  • Artifact | Any everdence left behind
  • Logging | Diffent linux types will have diffent logs and log locations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment