Added Gerapy Detect (#3222)
* Create gerapy-detect.yaml Co-authored-by: Prince Chaddha <cyberbossprince@gmail.com> Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
8ac496e28a
commit
8a31c3c9ea
|
@ -0,0 +1,23 @@
|
|||
id: gerapy-detect
|
||||
|
||||
info:
|
||||
name: Gerapy Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,gerapy,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Gerapy</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue