nuclei-templates/exposed-panels/webshell4-login-panel.yaml

29 lines
493 B
YAML
Raw Normal View History

2022-07-03 09:47:34 +00:00
id: webshell4-login-panel
info:
name: WebShell4 Login
author: ritikchaddha
severity: info
metadata:
verified: true
2022-07-03 16:57:34 +00:00
shodan-query: http.html:"webshell4"
tags: webshell4,panel
2022-07-03 09:47:34 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/webshell4/login.php"
matchers-condition: and
matchers:
- type: word
words:
- "/webshell4/index2.php"
- "enter login name"
condition: and
- type: status
status:
- 200