Created
August 4, 2014 07:44
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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