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
     
  • 相关阅读:
    序列操作
    上帝造题的七分钟2 / 花神游历各国
    火柴排队
    pair(对组)用法
    线段树
    链上分治
    Rem与Px的转换
    css中单位px和em,rem的区别
    css网页自适应-1
    css网页自适应-2
  • 原文地址:https://www.cnblogs.com/iAmSoScArEd/p/13808697.html
Copyright © 2011-2022 走看看