Skip to content

Commit 70407a4

Browse files
committed
3600 * 60 * 24 isn't one day
1 parent 873994a commit 70407a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/local/chkrootkit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info={})
4141
],
4242
'DisclosureDate' => "Jun 28 2014",
4343
'Arch' => ARCH_CMD,
44-
'DefaultOptions' => { 'WfsDelay' => 60*3600*24 },
44+
'DefaultOptions' => { 'WfsDelay' => 60*60*24 },
4545
'Privileged' => true,
4646
'Targets' =>
4747
[

0 commit comments

Comments
 (0)