Skip to content

Instantly share code, notes, and snippets.

@csdy
Created August 4, 2014 07:44
Show Gist options
  • Select an option

  • Save csdy/226162f4f56e878afc1a to your computer and use it in GitHub Desktop.

Select an option

Save csdy/226162f4f56e878afc1a to your computer and use it in GitHub Desktop.
Scan cPanel /home directory for all symlinks. Useful for checking for common cPanel exploit.
# Scan /home for symlinks (exploit)
cd /home && find -type l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment