Clean up description; add more refs

bug/bundler_fix
Jon Hart 2015-11-10 14:43:06 -08:00
parent 4f4e4c734a
commit dac7738f29
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 10 additions and 5 deletions

View File

@ -17,15 +17,20 @@ class Metasploit3 < Msf::Auxiliary
'Description' => %q{ 'Description' => %q{
This module acts as a simplistic administrative client for interfacing This module acts as a simplistic administrative client for interfacing
with Veeder-Root Automatic Tang Gauges (ATGs) or other devices speaking with Veeder-Root Automatic Tang Gauges (ATGs) or other devices speaking
the TLS-250 and TLS-350 protocols. the TLS-250 and TLS-350 protocols. This has been tested against
GasPot, a honeypot meant to simulate ATGs; it has not been tested
against anything else, so use at your own risk.
}, },
'Author' => 'Author' =>
[ [
'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module 'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => [ 'References' =>
['URL', 'http://www.veeder.com/us/automatic-tank-gauge-atg-consoles'] [
['URL', 'http://www.veeder.com/us/automatic-tank-gauge-atg-consoles'],
['URL', 'https://github.com/sjhilt/GasPot'],
['URL', 'https://community.rapid7.com/community/infosec/blog/2015/01/22/the-internet-of-gas-station-tank-gauges']
], ],
'DefaultAction' => 'INVENTORY', 'DefaultAction' => 'INVENTORY',
'Actions' => 'Actions' =>