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
     
  • 相关阅读:
    操作系统面试题(四)
    计算机网络面试题(三)
    redis和mongodb面试题(一)
    MySQL面试题(二)
    数据库基础面试题(一)
    RoBERTa模型总结
    BERT模型总结
    动态规划-Dynamic Programming(DP)
    XGBoost原理学习总结
    re模块的使用
  • 原文地址:https://www.cnblogs.com/iAmSoScArEd/p/13808697.html
Copyright © 2011-2022 走看看