You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[] Bypass authentication.
[] Start deploying the jdbc backdoor.
[*] Compile java code.
Traceback (most recent call last):
File "/home/root/poc/CVE-2022-36537/CVE-2022-36537.py", line 210, in
deploy_jdbc_backdoor(args.url)
File "/home/root/poc/CVE-2022-36537/CVE-2022-36537.py", line 106, in deploy_jdbc_backdoor
build_jdbc_backdoor()
File "/home/root/poc/CVE-2022-36537/CVE-2022-36537.py", line 165, in build_jdbc_backdoor
shutil.copy('Driver.class', 'jdbc_jar/com/mysql/jdbc/')
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'Driver.class'
The text was updated successfully, but these errors were encountered:
[] Bypass authentication.
[] Start deploying the jdbc backdoor.
[*] Compile java code.
Traceback (most recent call last):
File "/home/root/poc/CVE-2022-36537/CVE-2022-36537.py", line 210, in
deploy_jdbc_backdoor(args.url)
File "/home/root/poc/CVE-2022-36537/CVE-2022-36537.py", line 106, in deploy_jdbc_backdoor
build_jdbc_backdoor()
File "/home/root/poc/CVE-2022-36537/CVE-2022-36537.py", line 165, in build_jdbc_backdoor
shutil.copy('Driver.class', 'jdbc_jar/com/mysql/jdbc/')
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'Driver.class'
The text was updated successfully, but these errors were encountered: