-
-
Save waywardsun/dfe75c71d5d2cd47d49efa8f20e5dedf to your computer and use it in GitHub Desktop.
Linux Blind Files
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
# Use these if you have a simple command shell through LFI or something similar. | |
/etc/issue (A message or system identification to be printed before the login prompt.) | |
/etc/motd (Message of the day banner content. Can contain information about the system owners or use of the system.) | |
/etc/passwd | |
/etc/group | |
/etc/resolv.conf (might be better than /etc/passwd for triggering IDS sigs) | |
/etc/shadow | |
/home/[USERNAME]/.bash_history or .profile | |
~/.bash_history or .profile | |
$USER/.bash_history or .profile | |
/root/.bash_history or .profile | |
/etc/mtab | |
/etc/inetd.conf | |
/var/log/dmessage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment