Let's word this a little differently
parent
78c9e9a203
commit
71e055a5c2
|
@ -8,7 +8,7 @@ module Exploit::FileDropper
|
|||
|
||||
register_advanced_options(
|
||||
[
|
||||
OptInt.new( 'FileDropperDelay', [ false, 'Time, in s, to wait before attempting file cleanup' ])
|
||||
OptInt.new( 'FileDropperDelay', [ false, 'Delay in seconds before attempting file cleanup' ])
|
||||
], self.class)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue