File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- ##
2
- # $Id$
3
- ##
4
-
5
1
##
6
2
# This file is part of the Metasploit Framework and may be subject to
7
3
# redistribution and commercial restrictions. Please see the Metasploit
8
4
# web site for more information on licensing and terms of use.
9
5
# http://metasploit.com/
10
6
##
11
7
12
-
13
8
require 'msf/core'
14
9
15
-
16
10
class Metasploit3 < Msf ::Auxiliary
17
11
18
12
include Msf ::Exploit ::Remote ::Udp
@@ -21,9 +15,15 @@ class Metasploit3 < Msf::Auxiliary
21
15
def initialize
22
16
super (
23
17
'Name' => 'SIP Invite Spoof' ,
24
- '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]' ,
18
+ 'Description' => %q{
19
+ This module will create a fake SIP invite request making the targeted device ring
20
+ and display fake caller id information.
21
+ } ,
22
+ 'Author' =>
23
+ [
24
+ 'David Maynor <dave[at]erratasec.com>' ,
25
+ 'ChrisJohnRiley'
26
+ ] ,
27
27
'License' => MSF_LICENSE
28
28
)
29
29
@@ -48,9 +48,9 @@ def run_host(ip)
48
48
49
49
if not ext . nil? and not ext . empty?
50
50
# set extesion name/number
51
- conn_string = "#{ ext } @#{ ip } "
51
+ conn_string = "#{ ext } @#{ ip } "
52
52
else
53
- conn_string = "#{ ip } "
53
+ conn_string = "#{ ip } "
54
54
end
55
55
56
56
connect_udp
You can’t perform that action at this time.
0 commit comments