Merge pull request #3323 from pussycat0x/master

New templates added
patch-1
Prince Chaddha 2021-12-12 23:06:41 +05:30 committed by GitHub
commit a514552bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: aerohive-netconfig-ui
info:
name: Aerohive NetConfig UI
author: pussycat0x
severity: info
metadata:
shodan-dork: 'http.title:"Aerohive NetConfig UI"'
tags: panel,tech,hiveos,aerohive
requests:
- method: GET
path:
- "{{BaseURL}}/index.php5"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Aerohive NetConfig UI</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'

View File

@ -0,0 +1,32 @@
id: extreme-netconfig-ui
info:
name: Extreme NetConfig UI
author: pussycat0x
severity: info
metadata:
shodan-dork: 'http.title:"Extreme NetConfig UI"'
tags: panel,tech,hiveos,extreme
requests:
- method: GET
path:
- "{{BaseURL}}/index.php5"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Extreme NetConfig UI</title>'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'

View File

@ -0,0 +1,30 @@
id: xds-amr-status
info:
name: XDS-AMR - status
author: pussycat0x
severity: info
metadata:
shodan-dork: 'http.title:"XDS-AMR - status"'
tags: panel,tech,xamr,xds
requests:
- method: GET
path:
- "{{BaseURL}}/login.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>XDS-AMR - Status</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- 'XAMR\-([0-9]+)'