Skip to content

Commit eec5d2a

Browse files
committed
Update description and add link to SIET
1 parent e4fc307 commit eec5d2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/auxiliary/scanner/misc/cisco_smart_install.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ def initialize(info = {})
1515
'Name' => 'Identify Cisco Smart Install endpoints',
1616
'Description' => %q(
1717
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.
1920
),
2021
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2122
'References' =>
2223
[
2324
['URL', 'https://blog.talosintelligence.com/2017/02/cisco-coverage-for-smart-install-client.html'],
2425
['URL', 'https://blogs.cisco.com/security/cisco-psirt-mitigating-and-detecting-potential-abuse-of-cisco-smart-install-feature'],
2526
['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+
2730
],
2831
'License' => MSF_LICENSE
2932
)

0 commit comments

Comments
 (0)