Skip to content

Commit f3c4d95

Browse files
Update modules/exploits/windows/fileformat/cve_2025_33053.rb
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent a0f1b0c commit f3c4d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/cve_2025_33053.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(info = {})
5252

5353
register_options(
5454
[
55-
OptString.new('OUTFILE', [true, 'Output URL file name', 'bait.url']),
55+
OptString.new('FILENAME', [true, 'Output URL file name', 'bait.url']),
5656
OptString.new('PAYLOAD_NAME', [true, 'Output payload file name', 'route.exe']),
5757
OptBool.new('GEN_PAYLOAD', [true, 'Generate payload and move to WebDAV directory', true]),
5858
OptString.new('WEBDAV_DIR', [true, 'WebDAV directory path', '/var/www/webdav'])

0 commit comments

Comments
 (0)