22 lines
390 B
YAML
22 lines
390 B
YAML
|
id: internet-service
|
||
|
|
||
|
info:
|
||
|
name: Internet Services
|
||
|
author: dhiyaneshDK
|
||
|
severity: low
|
||
|
reference: https://www.exploit-db.com/ghdb/5948
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/default.htm'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Internet Services</title>'
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|