Skip to content

Instantly share code, notes, and snippets.

@Mayfly277
Last active November 16, 2025 03:22
Show Gist options
  • Select an option

  • Save Mayfly277/63cce795df23f21b86aefa84ce9171e1 to your computer and use it in GitHub Desktop.

Select an option

Save Mayfly277/63cce795df23f21b86aefa84ce9171e1 to your computer and use it in GitHub Desktop.
interesting file listing linux
# main
/etc/passwd
/proc/version
/etc/motd
/etc/issue
/etc/shadow
/etc/shadow~
/etc/shadow.bak
/etc/master.passwd
/etc/group
/etc/hosts
/etc/crontab
/etc/profile
/etc/bashrc
/etc/exports
/etc/auto.master
/etc/auto_master
/etc/fstab
/etc/exports
/etc/sudoers
# services and config files
/etc/services
/etc/sysctl.conf
/etc/resolv.conf
/etc/syslog.conf
/etc/chttp.conf
/etc/lighttpd.conf
/etc/cups/cupsd.conf
/etc/inetd.conf
/etc/apache2/apache2.conf
/etc/my.conf
/etc/httpd/conf/httpd.conf
/opt/lampp/etc/httpd.conf
/etc/samba/smb.conf
/etc/openldap/ldap.conf
/etc/ldap/ldap.conf
# SSH & network
/etc/ssh/ssh_config
/etc/ssh/sshd_config
/etc/ssh/ssh_host_dsa_key.pub
/etc/ssh/ssh_host_dsa_key
/etc/ssh/ssh_host_rsa_key.pub
/etc/ssh/ssh_host_rsa_key
/etc/ssh/ssh_host_key.pub
/etc/ssh/ssh_host_key
/etc/network/interfaces
/etc/sysconfig/network
/etc/resolv.conf
# USERS
/home/admin/.bashrc
/home/admin/.profile
/home/admin/.bash_history
/home/admin/.nano_history
/home/admin/.atftp_history
/home/admin/.mysql_history
/home/admin/.php_history
/home/admin/.ssh/authorized_keys
/home/admin/.ssh/known_hosts
/home/admin/.ssh/id_rsa
/home/admin/.ssh/id_rsa.pub
/home/admin/.ssh/id_dsa
/home/admin/.ssh/id_dsa.pub
/home/admin/.ssh/identity.pub
/home/admin/.ssh/identity
/var/spool/cron/crontabs/admin
/var/mail/admin
/var/spool/mail/admin
# ROOT
/root/.bashrc
/root/.profile
/root/.bash_history
/root/.nano_history
/root/.atftp_history
/root/.mysql_history
/root/.php_history
/root/.ssh/authorized_keys
/root/.ssh/known_hosts
/root/.ssh/id_rsa
/root/.ssh/id_rsa.pub
/root/.ssh/id_dsa
/root/.ssh/id_dsa.pub
/root/.ssh/identity.pub
/root/.ssh/identity
/var/spool/cron/crontabs/root
/var/mail/root
/var/spool/mail/root
# LOGS
/etc/httpd/logs/access_log
/etc/httpd/logs/access.log
/etc/httpd/logs/error_log
/etc/httpd/logs/error.log
/var/log/apache2/access_log
/var/log/apache2/access.log
/var/log/apache2/error_log
/var/log/apache2/error.log
/var/log/apache/access_log
/var/log/apache/access.log
/var/log/auth.log
/var/log/chttp.log
/var/log/cups/error_log
/var/log/dpkg.log
/var/log/faillog
/var/log/httpd/access_log
/var/log/httpd/access.log
/var/log/httpd/error_log
/var/log/httpd/error.log
/var/log/lastlog
/var/log/lighttpd/access.log
/var/log/lighttpd/error.log
/var/log/lighttpd/lighttpd.access.log
/var/log/lighttpd/lighttpd.error.log
/var/log/messages
/var/log/secure
/var/log/syslog
/var/log/wtmp
/var/log/xferlog
/var/log/yum.log
/var/run/utmp
/var/webmin/miniserv.log
/var/www/logs/access_log
/var/www/logs/access.log
@0xUnd3adBeef
Copy link

Thank you bro you're goated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment