Skip to content

Instantly share code, notes, and snippets.

@waywardsun
Forked from sckalath/linux_blind
Created September 20, 2016 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waywardsun/dfe75c71d5d2cd47d49efa8f20e5dedf to your computer and use it in GitHub Desktop.
Save waywardsun/dfe75c71d5d2cd47d49efa8f20e5dedf to your computer and use it in GitHub Desktop.
Linux Blind Files
# 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