Skip to content

Commit 8090232

Browse files
authored
解决nginx解析漏洞误报高的问题 (#913)
* 解决nginx解析漏洞误报高的问题 * 解决nginx解析漏洞误报问题 * 解决nginx解析漏洞误报问题
1 parent fc8c632 commit 8090232

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: pocs/phpstudy-nginx-wrong-resolve-2.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ rules:
1919
follow_redirects: false
2020
expression: |
2121
response.status == 200 && response.headers["Server"].contains("nginx")
22+
23+
- method: GET
24+
path: /index.php/.xxx
25+
follow_redirects: false
26+
expression: |
27+
response.status != 200
2228
detail:
23-
author: LoRexxar(https://lorexxar.cn)
29+
author: LoRexxar(https://lorexxar.cn),0h1in9e(https://www.ohlinge.cn)
2430
links:
2531
- https://www.seebug.org/vuldb/ssvid-98364

Diff for: pocs/phpstudy-nginx-wrong-resolve.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ rules:
1919
follow_redirects: false
2020
expression: |
2121
response.status == 200 && response.headers["Server"].contains("nginx")
22+
23+
- method: GET
24+
path: /index.html/.xxx
25+
follow_redirects: false
26+
expression: |
27+
response.status != 200
2228
detail:
23-
author: LoRexxar(https://lorexxar.cn)
29+
author: LoRexxar(https://lorexxar.cn),0h1in9e(https://www.ohlinge.cn)
2430
links:
2531
- https://www.seebug.org/vuldb/ssvid-98364

0 commit comments

Comments
 (0)