Create default-redhat-test-page.yaml
parent
c8c87f28b0
commit
2c7296d83e
|
@ -0,0 +1,18 @@
|
|||
id: default-redhat-test-page
|
||||
|
||||
info:
|
||||
name: Red Hat Enterprise Linux Test Page
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
tags: default,exposure
|
||||
reference: https://www.shodan.io/search?query=http.title%3A%22Test+Page+for+the+Apache+HTTP+Server+on+Red+Hat+Enterprise+Linux%22
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title>"
|
||||
condition: and
|
Loading…
Reference in New Issue