Skip to content

Commit 891ad46

Browse files
ChrisJohnRileysinn3r
authored andcommitted
$Id and $Revision
1 parent 954ccf1 commit 891ad46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/voip/sip_invite_spoof.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# $Id: sip_invite_spoof.rb 15390 2012-06-05 03:03:05Z rapid7 $
2+
# $Id$
33
##
44

55
##
@@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
2121
def initialize
2222
super(
2323
'Name' => 'SIP Invite Spoof',
24-
'Version' => '$Revision: 15390 $',
24+
'Version' => '$Revision$',
2525
'Description' => 'This module will create a fake SIP invite request making the targeted device ring and display fake caller id information.',
2626
'Author' => '[David Maynor <dave[at]erratasec.com>, ChrisJohnRiley]',
2727
'License' => MSF_LICENSE

0 commit comments

Comments
 (0)