File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/msf/core/post/hardware/zigbee
modules/post/hardware/zigbee Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def sniffer_on(device)
161
161
# TX_OFFSET
162
162
# UPDATE_ID
163
163
# @param packet [String] Raw data from recv
164
- # @return [Hash] { PktChop => [Array of data], ..
164
+ # @return [Hash] { PktChop => [Array of data], ..
165
165
def dot154_packet_decode ( packet )
166
166
result = { }
167
167
offset = 0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class MetasploitModule < Msf::Post
13
13
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
- 'Name' => 'Sends Beacons to scan for active Zigbee networks ' ,
16
+ 'Name' => 'Sends Beacons to Scan for Active Zigbee Networks ' ,
17
17
'Description' => %q{ Post Module to send beacon signals to the broadcast address while
18
18
channel hopping} ,
19
19
'License' => MSF_LICENSE ,
You can’t perform that action at this time.
0 commit comments