Create internet-service.yaml
parent
68414acd46
commit
3465284d52
|
@ -0,0 +1,21 @@
|
||||||
|
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
|
Loading…
Reference in New Issue