We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954ccf1 commit 891ad46Copy full SHA for 891ad46
modules/auxiliary/voip/sip_invite_spoof.rb
@@ -1,5 +1,5 @@
1
##
2
-# $Id: sip_invite_spoof.rb 15390 2012-06-05 03:03:05Z rapid7 $
+# $Id$
3
4
5
@@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
21
def initialize
22
super(
23
'Name' => 'SIP Invite Spoof',
24
- 'Version' => '$Revision: 15390 $',
+ 'Version' => '$Revision$',
25
'Description' => 'This module will create a fake SIP invite request making the targeted device ring and display fake caller id information.',
26
'Author' => '[David Maynor <dave[at]erratasec.com>, ChrisJohnRiley]',
27
'License' => MSF_LICENSE
0 commit comments