File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
modules/auxiliary/scanner/misc Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,18 @@ def initialize(info = {})
15
15
'Name' => 'Identify Cisco Smart Install endpoints' ,
16
16
'Description' => %q(
17
17
This module attempts to connect to the specified Cisco Smart Install port
18
- and determines if it speaks the Smart Install Protocol.
18
+ and determines if it speaks the Smart Install Protocol. Exposure of SMI
19
+ to untrusted networks can allow complete compromise of the switch.
19
20
) ,
20
21
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>' ,
21
22
'References' =>
22
23
[
23
24
[ 'URL' , 'https://blog.talosintelligence.com/2017/02/cisco-coverage-for-smart-install-client.html' ] ,
24
25
[ 'URL' , 'https://blogs.cisco.com/security/cisco-psirt-mitigating-and-detecting-potential-abuse-of-cisco-smart-install-feature' ] ,
25
26
[ 'URL' , 'https://tools.cisco.com/security/center/content/CiscoSecurityResponse/cisco-sr-20170214-smi' ] ,
26
- [ 'URL' , 'https://github.com/Cisco-Talos/smi_check' ]
27
+ [ 'URL' , 'https://github.com/Cisco-Talos/smi_check' ] ,
28
+ [ 'URL' , 'https://github.com/Sab0tag3d/SIET' ]
29
+
27
30
] ,
28
31
'License' => MSF_LICENSE
29
32
)
You can’t perform that action at this time.
0 commit comments