Skip to content

Commit 4e9b894

Browse files
committed
Fixed some small msftidy issues
1 parent 97ad8be commit 4e9b894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/msf/core/post/hardware/zigbee/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def sniffer_on(device)
161161
# TX_OFFSET
162162
# UPDATE_ID
163163
# @param packet [String] Raw data from recv
164-
# @return [Hash] { PktChop => [Array of data], ..
164+
# @return [Hash] { PktChop => [Array of data], ..
165165
def dot154_packet_decode(packet)
166166
result = {}
167167
offset = 0

modules/post/hardware/zigbee/zstumbler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MetasploitModule < Msf::Post
1313

1414
def initialize(info={})
1515
super( update_info( info,
16-
'Name' => 'Sends Beacons to scan for active Zigbee networks',
16+
'Name' => 'Sends Beacons to Scan for Active Zigbee Networks',
1717
'Description' => %q{ Post Module to send beacon signals to the broadcast address while
1818
channel hopping},
1919
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)