【修仙】任意文件下载

时间:2021-11-10 03:41:30

常用下载利用文件。

Windows:

    1. C:\boot.ini //查看系统版本
    2. C:\Windows\System32\inetsrv\MetaBase.xml //IIS配置文件
    3. C:\Windows\repair\sam //存储系统初次安装的密码
    4. C:\Program Files\mysql\my.ini //Mysql配置
    5. C:\Program Files\mysql\data\mysql\user.MYD //Mysql root
    6. C:\Windows\php.ini //php配置信息
    7. C:\Windows\my.ini //Mysql配置信息
    8. C:\Windows\win.ini //Windows系统的一个基本系统配置文件

 

 

Linux:

    1. /root/.ssh/authorized_keys
    2. /root/.ssh/id_rsa
    3. /root/.ssh/id_ras.keystore
    4. /root/.ssh/known_hosts //记录每个访问计算机用户的公钥
    5. /etc/passwd
    6. /etc/shadow
    7. /etc/my.cnf //mysql配置文件
    8. /etc/httpd/conf/httpd.conf //apache配置文件
    9. /root/.bash_history //用户历史命令记录文件
    10. /root/.mysql_history //mysql历史命令记录文件
    11. /proc/mounts //记录系统挂载设备
    12. /porc/config.gz //内核配置文件
    13. /var/lib/mlocate/mlocate.db //全文件路径
    14. /porc/self/cmdline //当前进程的cmdline参数