diff --git a/modules/post/hardware/automotive/canprobe.rb b/modules/post/hardware/automotive/canprobe.rb index 550bede795..2d4e9b3480 100644 --- a/modules/post/hardware/automotive/canprobe.rb +++ b/modules/post/hardware/automotive/canprobe.rb @@ -8,10 +8,12 @@ class MetasploitModule < Msf::Post def initialize(info={}) super( update_info( info, 'Name' => 'Module to Probe Different Data Points in a CAN Packet', - 'Description' => %q{ Scans between two CAN IDs and puts data at eacy byte position. It will + 'Description' => %q{ + Scans between two CAN IDs and puts data at eacy byte position. It will Either write a set byte value (Default 0xFF) or iterate through all possible values of that byte position (takes much longer). Does not check for responses and is - basically a simple blind fuzzer.}, + basically a simple blind fuzzer. + }, 'License' => MSF_LICENSE, 'Author' => ['Craig Smith'], 'Platform' => ['hardware'],