Create php-proxy-detect.yaml

patch-1
PikPikcU 2021-09-16 10:51:42 +07:00 committed by GitHub
parent 46201a340b
commit f9fa1b75b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -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