You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Description'=>%q{This modules will exploit the vulnerabilities of Telisca IPSLock , in order to lock/unlock IP Phones. you need to be in the voip vlan and you have to know the phone name example : SEP002497AB1D4B . Set ACTION to either LOCK or UNLOCK UNLOCK is the default.},
18
17
'References'=>
19
-
[
20
-
],
18
+
[
19
+
],
21
20
'Author'=>
22
-
[
23
-
'Fakhir Karim Reda <karim.fakhir[at]gmail.com>',
24
-
'zirsalem'
25
-
],
26
-
'DefaultOptions'=>
27
-
{
28
-
'SSL'=>false,
29
-
'SSLVersion'=>'TLS1',
30
-
'RPORT'=>80
31
-
},
32
-
'License'=>MSF_LICENSE,
33
-
'DisclosureDate'=>"Dec 17 2015",
21
+
[
22
+
'Fakhir Karim Reda <karim.fakhir[at]gmail.com>',
23
+
'zirsalem'
24
+
],'License'=>MSF_LICENSE,
25
+
'License'=>MSF_LICENSE,
26
+
'DisclosureDate'=>"Dec 17 2015",
34
27
'Actions'=>
35
-
[
36
-
['LOCK'],
37
-
['UNLOCK']
38
-
],
28
+
[
29
+
['LOCK'],
30
+
['UNLOCK']
31
+
],
39
32
))
40
33
register_options(
41
34
[
42
-
OptInt.new('TIMEOUT',[true,'HTTP/HTTPS connect/read timeout in seconds',1]),
43
-
Opt::RPORT(80),
44
35
OptString.new('PHONENAME',[true,'The name of the victim phone ex SEP002497AB1D4B ']),
45
36
OptString.new('RHOST',[true,'The IPSLock IP Address']),
46
37
OptString.new('ACTION',[true,'LOCK OR UNLOCK','LOCK']),
0 commit comments