Skip to content

Commit b6e2e2a

Browse files
author
Austin
authored
adjust delay
1 parent 1087b8c commit b6e2e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/misc/cisco_smart_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(info = {})
4242
[
4343
Opt::RPORT(4786),
4444
OptAddressLocal.new('LHOST', [ false, "The IP address of the system running this module" ]),
45-
OptInt.new('SLEEP', [ true, "Time to wait for config to come back", 60]),
45+
OptInt.new('SLEEP', [ true, "Time to wait for config to come back", 10]),
4646
OptInt.new('DELAY', [ true, "Time to wait till requesting config to prevent service from becomming unresponsive.", 60])
4747
]
4848
)

0 commit comments

Comments
 (0)