commit
d893dd757c
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue