Sensitive path information concerns


If there is insufficient, the follow-up to continue

linux

apache&apache2

/etc/apache/httpd.conf
/etc/httpd/conf/httpd.conf
/etc/httpd/httpd.conf
/usr/local/apache/conf/httpd.conf
/home/httpd/conf/httpd.conf
/usr/local/apache2/conf/httpd.conf
/usr/local/httpd/conf/httpd.conf
/etc/rc.local 

/etc/apache2/sites-available/000-default.conf  web file
/etc/apache2/sites-enabled/ config file
/etc/apache2/sites-available/ all config file
/etc/apache2/apache2.conf Apache config file

nginx

/etc/nginx/nginx.conf
/etc/nginx/conf.d/nginx.conf

proc

/proc/mounts File system list
/proc/cpuinfo CPU
/proc/meminfo memory
/proc/self -> pid information
/proc/self/environ environment variable
/proc/[pid]/cmdline Process start parameter  such as /proc/1/cmdline
/proc/[pid]/mountinfo Information about the file system mount
/proc/[pid]/fd/[fd] The file that the process opened
/proc/[pid]/exe An exe file that points to the process
/proc/config.gz

etc

/etc/hosts.deny 
/etc/bashrc 
/etc/issue 
/etc/issue/net 
/etc/ssh/ssh_config 
/etc/termcap 
/etc/xinetd.d
/etc/mtab 
/etc/vsftpd/vsftpd.conf
/etc/xinetd.conf 
/etc/protocols 
/etc/logrotate.conf 
/etc/ld.so.conf 
/etc/resolv.conf 
/etc/sysconfig/network
/etc/sendmail.cf
/etc/sendmail.cw 

Root permission required

/root/.ssh/authorized_keys
/root/.ssh/id_rsa
/root/.ssh/id_rsa.keystore
/root/.ssh/id_rsa.pub
/root/.ssh/known_hosts
/root/.bash_history
/root/.mysql_history

windows

c:\boot.ini
c:\windows\systems32\inetsrv\MetaBase.xml
c:\windows\repair\sam
C:\windows\system32\config\sam

Author: Yangsir
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source Yangsir !
  TOC