mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
add weblogic-console-weak
add weblogic-console-weak
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
name: poc-yaml-tomcat-manager-weak
|
||||
sets:
|
||||
username:
|
||||
- tomcat
|
||||
- admin
|
||||
- root
|
||||
- manager
|
||||
password:
|
||||
- ""
|
||||
- admin
|
||||
- tomcat
|
||||
- 123456
|
||||
- root
|
||||
payload:
|
||||
- base64(username+":"+password)
|
||||
rules:
|
||||
- method: GET
|
||||
path: /manager/html
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 401 && response.body.bcontains(b"tomcat") && response.body.bcontains(b"manager")
|
||||
- method: GET
|
||||
path: /manager/html
|
||||
headers:
|
||||
Authorization: Basic {{payload}}
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"tomcat") && response.body.bcontains(b"manager")
|
||||
detail:
|
||||
author: shadown1ng(https://github.com/shadown1ng)
|
||||
|
||||
Reference in New Issue
Block a user