更新于 07-17 09:32

This commit is contained in:
root
2021-07-17 09:32:25 -04:00
parent 4bcc3366ca
commit af380f4060

2
jd.sh
View File

@@ -390,7 +390,7 @@ SecureJs() {
if [[ -z $(grep -w "该请求url不合法" $file) ]]; then
startLine=$(sed -n '/function Env(t,e)/=' $file) && echo 1
endLine=$(sed -n 'done(t)}}(t,e)}' $file) && echo 2
endLine=$(sed -n '/done(t)}}(t,e)}/=' $file) && echo 2
sed -i $startLine','$endLine'd' $file && echo 3
cat $file_env_sys >>$file