记录一些利用文件下载漏洞下载的目标文件。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#    Windows
# C:\boot.ini// 查看系统版本
# C:\Windows\System32\inetsrv\MetaBase.xml//IIS 配置文件
# C:\Windows\repair\sam // 存储系统初次安装的密码
# C:\Program Files\mysql\my.ini//Mysql 配置
# C:\Program Files\mysql\data\mysql\user.MYD//Mysql root
# C:\Windows\php.ini//php 配置信息
# C:\Windows\my.ini//Mysql 配置信息
# C:\Windows\win.ini//Windows 系统的一个基本系统配置文件
#
# Linux
# /root/.ssh/authorized_keys
# /root/.ssh/id_rsa
# /root/.ssh/id_ras.keystore
# /root/.ssh/known_hosts// 记录每个访问计算机用户的公钥
# /etc/passwd
# /etc/shadow
# /usr/local/app/php5/lib/php.ini//PHP 配置文件
# /etc/my.cnf//mysql 配置文件
# /etc/httpd/conf/httpd.conf//apache 配置文件
# /root/.bash_history// 用户历史命令记录文件
# /root/.mysql_history//mysql 历史命令记录文件
# /proc/mounts// 记录系统挂载设备
# /porc/config.gz// 内核配置文件
# /var/lib/mlocate/mlocate.db// 全文件路径
# /porc/self/cmdline// 当前进程的 cmdline 参数