nuclei-templates/network/detect-addpac-voip-gateway....

31 lines
597 B
YAML
Raw Normal View History

2021-07-25 23:21:31 +00:00
id: detect-addpac-voip-gateway
info:
name: Detect AddPac Technology GSM VoIP Gateway
reference: http://www.addpac.com/addpac_eng2/down.php?file=505_f16.pdf
author: geeknik
severity: info
tags: network,addpac,apos
network:
- inputs:
- data: '00'
type: hex
host:
2021-07-26 08:20:41 +00:00
- "{{Hostname}}"
2021-07-25 23:21:31 +00:00
- "{{Hostname}}:23"
matchers:
- type: word
words:
- "Welcome"
- "APOS(tm)"
- "User Access Verification"
condition: and
extractors:
- type: regex
regex:
- 'Kernel Version \d\.\d\d\.\d\d\d'