Skip to content

Commit 7b4776e

Browse files
committed
Deregister FOLDER_NAME
1 parent 1bc81ea commit 7b4776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/misc/nvidia_mental_ray.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def initialize(info = {})
5050
OptInt.new('SMB_DELAY', [true, 'Time that the SMB Server will wait for the payload request', 15])
5151
], self.class)
5252

53-
deregister_options('FILE_CONTENTS', 'FILE_NAME', 'SHARE')
53+
deregister_options('FILE_CONTENTS', 'FILE_NAME', 'SHARE', 'FOLDER_NAME')
5454
end
5555

5656
def primer

0 commit comments

Comments
 (0)