File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
documentation/modules/auxiliary/scanner/misc Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Time to wait for connection back from target. Default is `60` seconds if using `
18
18
### LHOST
19
19
Address to bind to for TFTP server to accept connections if using ` DOWNLOAD ` if using ` DOWNLOAD ` action
20
20
21
+ ### DELAY
22
+ Tiume to wait before requesting configuration from target. Default is ` 60 ` seconds if using ` DOWNLOAD ` action
23
+
21
24
## Actions
22
25
There are two actions, default being ``` SCAN ```
23
26
@@ -49,11 +52,14 @@ Using the `DOWNLOAD` action
49
52
```
50
53
msf auxiliary(cisco_smart_install) > run
51
54
[*] a.b.c.d:4786 - Starting TFTP Server...
55
+ [+] a.b.c.d:4786 - Fingerprinted the Cisco Smart Install protocol
56
+ [*] a.b.c.d:4786 - Waiting 60 seconds before requesting config
52
57
[*] a.b.c.d:4786 - Requesting configuration from device...
53
58
[*] a.b.c.d:4786 - Waiting 60 seconds for configuration
54
- [*] a.b.c.d:4786 - Incoming file from a.b.c.d - jaPJDPpi.conf 14733 bytes
59
+ [*] a.b.c.d:4786 - Incoming file from a.b.c.d - GZjWgnqv 3015 bytes
55
60
[*] a.b.c.d:4786 - Providing some time for transfers to complete...
56
61
[*] a.b.c.d:4786 - Shutting down the TFTP service...
57
62
[*] Scanned 1 of 1 hosts (100% complete)
58
63
[*] Auxiliary module execution completed
64
+
59
65
```
You can’t perform that action at this time.
0 commit comments