Create tcpconfig.yaml
parent
68c7a957b4
commit
cc963db47f
|
@ -0,0 +1,23 @@
|
|||
id: tcpconfig
|
||||
|
||||
info:
|
||||
name: TCP Config Information Exposed
|
||||
author: dhiyaneshDK
|
||||
severity: low
|
||||
reference: https://www.exploit-db.com/ghdb/6782
|
||||
tags: logs,status
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/tcpconfig.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "TCP/IP Configuration"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue