Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
ichunt_lua_waf
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4af27a1e
authored
Mar 16, 2021
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加对script的验证
parent
112311c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
waf.lua
waf.lua
View file @
4af27a1e
...
@@ -58,9 +58,9 @@ end
...
@@ -58,9 +58,9 @@ end
-------对nginx的参数xss进行处理
-------对nginx的参数xss进行处理
if
"GET"
==
request_method
then
if
"GET"
==
ngx
.
var
.
request_method
then
args
=
ngx
.
req
.
get_uri_args
()
args
=
ngx
.
req
.
get_uri_args
()
elseif
"POST"
==
request_method
then
elseif
"POST"
==
ngx
.
var
.
request_method
then
ngx
.
req
.
read_body
()
ngx
.
req
.
read_body
()
args
=
ngx
.
req
.
get_post_args
()
args
=
ngx
.
req
.
get_post_args
()
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment