Skip to content

Commit 36f82fb

Browse files
author
HD Moore
committed
Remove unused version fields from template
1 parent ae9b462 commit 36f82fb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/auxiliary/scanner/scada/digi_realport_serialport_scan.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Metasploit3 < Msf::Auxiliary
2020
def initialize
2121
super(
2222
'Name' => 'Digi RealPort Serial Server Port Scanner',
23-
'Version' => '$Revision$',
2423
'Description' => 'Identify active ports on RealPort-enabled serial servers.',
2524
'References' =>
2625
[

modules/auxiliary/scanner/scada/digi_realport_version.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Metasploit3 < Msf::Auxiliary
2020
def initialize
2121
super(
2222
'Name' => 'Digi RealPort Serial Server Version',
23-
'Version' => '$Revision$',
2423
'Description' => 'Detect serial servers that speak the RealPort protocol.',
2524
'References' =>
2625
[

0 commit comments

Comments
 (0)