zoukankan      html  css  js  c++  java
  • 固定的本地文件路径

    渗透测试可能会用到的本地固定文件路径

    Linux

    /etc/passwd
     
    /etc/shadow
     
    /etc/issue
     
    /etc/group
     
    /etc/hostname
     
    /etc/ssh/ssh_config
     
    /etc/ssh/sshd_config
     
    /root/.ssh/id_rsa
     
    /root/.ssh/authorized_keys
     
    /home/user/.ssh/authorized_keys
     
    /home/user/.ssh/id_rsa
     
    /proc/[0-9]*/fd/[0-9]*
     
    /proc/mounts
     
    /home/$USER/.bash_history
     
    /home/$USER/.ssh/id_rsa
     
    /var/run/secrets/kubernetes.io/serviceaccount
     
    /var/lib/mlocate/mlocate.db
     
    /var/lib/mlocate.db
     
     

    Apache

    /etc/apache2/apache2.conf
     
    /usr/local/etc/apache2/httpd.conf
     
    /etc/httpd/conf/httpd.conf
     
    Red Hat/CentOS/Fedora Linux -> /var/log/httpd/access_log
     
    Debian/Ubuntu -> /var/log/apache2/access.log
     
    FreeBSD -> /var/log/httpd-access.log
     
    /var/log/apache/access.log
     
    /var/log/apache/error.log
     
    /var/log/apache2/access.log
     
    /var/log/apache/error.log
     
     

    MySQL

    /var/lib/mysql/mysql/user.frm
     
    /var/lib/mysql/mysql/user.MYD
     
    /var/lib/mysql/mysql/user.MYI
     
     

    Windows

    /boot.ini
     
    /autoexec.bat
     
    /windows/system32/drivers/etc/hosts
     
    /windows/repair/SAM
     
    /windows/panther/unattended.xml
     
    /windows/panther/unattend/unattended.xml
     
    /windows/system32/license.rtf
     
    /windows/system32/eula.txt
     
  • 相关阅读:
    Django框架13 /缓存、信号、django的读写分离
    linux09 /消息队列、saltstack工具
    会话管理之AbpSession
    ABP之事件总线(5)
    依赖注入容器之Castle Windsor
    ABP之事件总线(4)
    ABP之事件总线(3)
    ABP之事件总线(2)
    ABP之事件总线(1)
    ABP之展现层(Datatables分页)
  • 原文地址:https://www.cnblogs.com/iAmSoScArEd/p/13808697.html
Copyright © 2011-2022 走看看