Tweak internal description formatting.
parent
b965bdcdae
commit
e3d3fa8e45
|
@ -8,10 +8,12 @@ class MetasploitModule < Msf::Post
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Module to Probe Different Data Points in a CAN Packet',
|
'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
|
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
|
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,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => ['Craig Smith'],
|
'Author' => ['Craig Smith'],
|
||||||
'Platform' => ['hardware'],
|
'Platform' => ['hardware'],
|
||||||
|
|
Loading…
Reference in New Issue