Code42 Panel Detection (#3560)
* Added Terraform Enterprise Detection Template * Updated Author * Added Code42 Panel Detection * Removed Terraform Enterprise Template * Update code42-panel.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
3cd869ca44
commit
053d02b80b
|
@ -0,0 +1,22 @@
|
|||
id: code42-panel
|
||||
|
||||
info:
|
||||
name: Code42 Panel
|
||||
author: Adam Crosser
|
||||
severity: info
|
||||
tags: panel,code42
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/404'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 404'
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<a href=\"https://code42.com\">Code42 homepage</a>"
|
Loading…
Reference in New Issue