Added router detect and information leak
Source - https://github.com/randomstr1ng/nuclei-sap-templatespatch-1
parent
ae8c130668
commit
141cf6a6cf
|
@ -0,0 +1,24 @@
|
||||||
|
id: sap-router-info-leak
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: SAPRouter - Routing information leak
|
||||||
|
author: randomstr1ng
|
||||||
|
severity: critical
|
||||||
|
tags: network,sap
|
||||||
|
|
||||||
|
network:
|
||||||
|
- inputs:
|
||||||
|
- data: 00000022524f555445525f41444d002802000000000000000000000000000000000000000000
|
||||||
|
type: hex
|
||||||
|
|
||||||
|
host:
|
||||||
|
- "{{Hostname}}"
|
||||||
|
- "{{Hostname}}:3299"
|
||||||
|
read-size: 2048
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Routtab"
|
||||||
|
- "Working directory"
|
||||||
|
- "SAProuter Connection Table"
|
|
@ -0,0 +1,22 @@
|
||||||
|
id: sap-router
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: SAPRouter Detection
|
||||||
|
author: randomstr1ng
|
||||||
|
severity: info
|
||||||
|
tags: network,sap
|
||||||
|
|
||||||
|
network:
|
||||||
|
- inputs:
|
||||||
|
- data: 57484f415245594f553f0a
|
||||||
|
type: hex
|
||||||
|
|
||||||
|
host:
|
||||||
|
- "{{Hostname}}"
|
||||||
|
- "{{Hostname}}:3299"
|
||||||
|
read-size: 1024
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "SAProuter"
|
Loading…
Reference in New Issue