Merge pull request #1167 from its0x08/patch-1

Panel templates
patch-1
PD-Team 2021-03-31 15:31:37 +05:30 committed by GitHub
commit d893dd757c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,17 @@
id: joomla-panel
info:
name: Joomla Panel
author: github.com/its0x08
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/administrator/"
matchers:
- type: word
words:
- '<meta name="generator" content="Joomla! - Open Source Content Management" />'
- '/administrator/templates/isis/images/joomla.png'
condition: or

View File

@ -0,0 +1,24 @@
id: wago-plc-panel
info:
name: WAGO PLC Panel
author: github.com/its0x08
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/plc/webvisu.htm"
matchers-condition: and
matchers:
- type: word
words:
- "<TITLE>CoDeSys WebVisualization</TITLE>"
- "webvisu.jar,minml.jar"
part: body
condition: or
- type: word
words:
- "WAGO_Webs"
part: header

View File

@ -0,0 +1,19 @@
id: wordpress-panel
info:
name: WordPress Panel
author: github.com/its0x08
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/wp-login.php"
matchers:
- type: word
words:
- "WordPress</title>"
- "Log In</title>"
- '/wp-login.php?action=lostpassword">Lost your password?</a>'
- '<form name="loginform" id="loginform" action="{{BaseURL}}/wp-login.php" method="post">'
condition: or

View File

@ -0,0 +1,23 @@
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>"
- '<form name="fLogin" id="fLogin" method="post" onsubmit="return false;" action="">'
part: body
condtion: and
- type: word
words:
- "Mini web server 1.0 ZTE corp 2005."
part: header