Skip to content

Commit 40bb622

Browse files
author
Austin
authored
update docs
Updating documentation
1 parent 35567e3 commit 40bb622

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

documentation/modules/auxiliary/scanner/misc/cisco_smart_install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Time to wait for connection back from target. Default is `60` seconds if using `
1818
### LHOST
1919
Address to bind to for TFTP server to accept connections if using `DOWNLOAD` if using `DOWNLOAD` action
2020

21+
### DELAY
22+
Tiume to wait before requesting configuration from target. Default is `60` seconds if using `DOWNLOAD` action
23+
2124
## Actions
2225
There are two actions, default being ```SCAN```
2326

@@ -49,11 +52,14 @@ Using the `DOWNLOAD` action
4952
```
5053
msf auxiliary(cisco_smart_install) > run
5154
[*] 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
5257
[*] a.b.c.d:4786 - Requesting configuration from device...
5358
[*] 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
5560
[*] a.b.c.d:4786 - Providing some time for transfers to complete...
5661
[*] a.b.c.d:4786 - Shutting down the TFTP service...
5762
[*] Scanned 1 of 1 hosts (100% complete)
5863
[*] Auxiliary module execution completed
64+
5965
```

0 commit comments

Comments
 (0)