Skip to content

Instantly share code, notes, and snippets.

@tanaka-geek
Created March 31, 2021 12:56
Show Gist options
  • Save tanaka-geek/e24aa14c8d4c40ca4253e60e195803ac to your computer and use it in GitHub Desktop.
Save tanaka-geek/e24aa14c8d4c40ca4253e60e195803ac to your computer and use it in GitHub Desktop.
Interesting files for apache service...
# contains credentials
/etc/passwd
/etc/htpasswd/.htpasswd
/etc/apache2/htpasswd
# contains logs : Log Poisoning might be possible with LFI
/etc/apache2/logs/access.log
/etc/apache2/logs/error.log
/etc/apache/logs/access.log
/etc/apache/logs/error.log
# phpinfo() : disable_functions and other specifications to be checked
/etc/apache/php/php.ini
/etc/apache/php5/php.ini
# general information about which file is where n stuff
/etc/apache/conf/httpd.conf
/etc/apache22/conf/httpd.conf
/etc/apache22/httpd.conf
/etc/apache2/apache2.conf
/etc/apache2/apache.conf
/etc/apache2/conf/httpd.conf
/etc/apache2/default-server.conf
/etc/apache2/envvars
/etc/apache2/httpd2.conf
/etc/apache2/httpd.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment