From 2fe704ce38a49364766e15150e42248e659589b8 Mon Sep 17 00:00:00 2001 From: Dejan Lukan Date: Tue, 4 Jun 2013 09:00:53 +0200 Subject: [PATCH] Deleted undeeded comments and spaces. --- modules/auxiliary/dos/upnp/miniupnpd_dos.rb | 24 --------------------- 1 file changed, 24 deletions(-) diff --git a/modules/auxiliary/dos/upnp/miniupnpd_dos.rb b/modules/auxiliary/dos/upnp/miniupnpd_dos.rb index 77eea8aabf..43400a7195 100644 --- a/modules/auxiliary/dos/upnp/miniupnpd_dos.rb +++ b/modules/auxiliary/dos/upnp/miniupnpd_dos.rb @@ -22,7 +22,6 @@ class Metasploit3 < Msf::Auxiliary }, 'Author' => [ 'Dejan Lukan' ], 'License' => MSF_LICENSE, - 'Version' => '$Revision: 9999 $', 'References' => [ [ 'CVE', '2013-0229' ], [ 'OSVDB', '89625' ], @@ -60,26 +59,3 @@ class Metasploit3 < Msf::Auxiliary disconnect_udp end end - - - - - - - - - - - - - - - - - - - - - - -