Create php-proxy-detect.yaml
parent
46201a340b
commit
f9fa1b75b3
|
@ -0,0 +1,25 @@
|
|||
id: php-proxy-detect
|
||||
|
||||
info:
|
||||
name: PHP Proxy Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,php
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/proxy"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>PHP-Proxy</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue