Tweak internal description formatting.

bug/bundler_fix
Pearce Barry 2017-05-07 11:31:36 -05:00
parent b965bdcdae
commit e3d3fa8e45
No known key found for this signature in database
GPG Key ID: 0916F4DEA5C5DE0A
1 changed files with 4 additions and 2 deletions

View File

@ -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'],