Added Joomla and ZTE panel templates
parent
13ddc8327e
commit
51f0a3d94d
|
@ -0,0 +1,23 @@
|
|||
id: joomla-panel
|
||||
|
||||
info:
|
||||
name: Joomla Panel
|
||||
author: github.com/its0x08
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/administrator/"
|
||||
condition: or
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<meta name="generator" content="Joomla! - Open Source Content Management" />'
|
||||
- '/administrator/templates/isis/images/joomla.png'
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
condition: and
|
|
@ -0,0 +1,15 @@
|
|||
id: zte-panel
|
||||
|
||||
info:
|
||||
name: ZTE Panel
|
||||
author: github.com/its0x08
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "ZTE Corporation. All rights reserved. </div>"
|
Loading…
Reference in New Issue