|
1
|
[*] NeXpose integration has been activated
|
|
2
|
[*] Successfully loaded plugin: nexpose
|
|
3
|
msf > nexpose_connect modpr0be ******* localhost 3780
|
|
4
|
[*] Connecting to NeXpose instance at localhost:3780 with username modpr0be...
|
|
5
|
[-] Error while running command nexpose_connect: #<RuntimeError: Illegal character '&' in raw string "
|
|
6
|
document.write('\u003ca href="');
|
|
7
|
document.write(document.nxp.skin.getVendorSite());
|
|
8
|
document.write('"\u003e');
|
|
9
|
document.write(document.nxp.skin.getVendorName());
|
|
10
|
document.write('\u003c/a\u003e, ');
|
|
11
|
document.write(document.nxp.skin.getVendorAddress());
|
|
12
|
var supportHelpURL = document.nxp.skin.getSupportHelpURL();
|
|
13
|
if (supportHelpURL == null || supportHelpURL == '')
|
|
14
|
{
|
|
15
|
document.write(' | ');
|
|
16
|
var sw = document.nxp.skin.getSupportWebsite();
|
|
17
|
if ((sw != null) && (sw != ""))
|
|
18
|
{
|
|
19
|
document.write('\u003ca href="');
|
|
20
|
document.write(htmlEscape(sw));
|
|
21
|
document.write('" target="_blank"\u003eSupport\u003c/a\u003e');
|
|
22
|
}
|
|
23
|
else
|
|
24
|
{
|
|
25
|
document.write('\u003ca href="mailto:');
|
|
26
|
document.write(document.nxp.skin.getSupportEmail());
|
|
27
|
document.write('"\u003eSupport\u003c/a\u003e');
|
|
28
|
}
|
|
29
|
}
|
|
30
|
document.write(' | ');
|
|
31
|
document.write(document.nxp.skin.getVendorName());
|
|
32
|
document.write(' ');
|
|
33
|
document.write(document.nxp.skin.getVendorPhoneNum());
|
|
34
|
">
|
|
35
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/text.rb:155:in `block in check'
|
|
36
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/text.rb:153:in `scan'
|
|
37
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/text.rb:153:in `check'
|
|
38
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/text.rb:125:in `parent='
|
|
39
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/parent.rb:19:in `add'
|
|
40
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/parsers/treeparser.rb:45:in `parse'
|
|
41
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/document.rb:228:in `build'
|
|
42
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/document.rb:43:in `initialize'
|
|
43
|
/opt/metasploit3/msf3/plugins/nexpose.rb:506:in `new'
|
|
44
|
/opt/metasploit3/msf3/plugins/nexpose.rb:506:in `parse_xml'
|
|
45
|
/opt/metasploit3/msf3/plugins/nexpose.rb:545:in `execute'
|
|
46
|
/opt/metasploit3/msf3/plugins/nexpose.rb:589:in `execute'
|
|
47
|
/opt/metasploit3/msf3/plugins/nexpose.rb:810:in `execute'
|
|
48
|
/opt/metasploit3/msf3/plugins/nexpose.rb:791:in `login'
|
|
49
|
/opt/metasploit3/msf3/plugins/nexpose.rb:104:in `cmd_nexpose_connect'
|
|
50
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:239:in `run_command'
|
|
51
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:201:in `block in run_single'
|
|
52
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:195:in `each'
|
|
53
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:195:in `run_single'
|
|
54
|
/opt/metasploit3/msf3/lib/rex/ui/text/shell.rb:144:in `run'
|
|
55
|
/opt/metasploit3/msf3/msfconsole:93:in `<main>'
|
|
56
|
...
|
|
57
|
Illegal character '&' in raw string "
|
|
58
|
document.write('\u003ca href="');
|
|
59
|
document.write(document.nxp.skin.getVendorSite());
|
|
60
|
document.write('"\u003e');
|
|
61
|
document.write(document.nxp.skin.getVendorName());
|
|
62
|
document.write('\u003c/a\u003e, ');
|
|
63
|
document.write(document.nxp.skin.getVendorAddress());
|
|
64
|
var supportHelpURL = document.nxp.skin.getSupportHelpURL();
|
|
65
|
if (supportHelpURL == null || supportHelpURL == '')
|
|
66
|
{
|
|
67
|
document.write(' | ');
|
|
68
|
var sw = document.nxp.skin.getSupportWebsite();
|
|
69
|
if ((sw != null) && (sw != ""))
|
|
70
|
{
|
|
71
|
document.write('\u003ca href="');
|
|
72
|
document.write(htmlEscape(sw));
|
|
73
|
document.write('" target="_blank"\u003eSupport\u003c/a\u003e');
|
|
74
|
}
|
|
75
|
else
|
|
76
|
{
|
|
77
|
document.write('\u003ca href="mailto:');
|
|
78
|
document.write(document.nxp.skin.getSupportEmail());
|
|
79
|
document.write('"\u003eSupport\u003c/a\u003e');
|
|
80
|
}
|
|
81
|
}
|
|
82
|
document.write(' | ');
|
|
83
|
document.write(document.nxp.skin.getVendorName());
|
|
84
|
document.write(' ');
|
|
85
|
document.write(document.nxp.skin.getVendorPhoneNum());
|
|
86
|
"
|
|
87
|
Line: 136
|
|
88
|
Position: 5469
|
|
89
|
Last 80 unconsumed characters:
|
|
90
|
</script>
|
|
91
|
|
|
92
|
Call stack:
|
|
93
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/parsers/treeparser.rb:95:in `rescue in parse'
|
|
94
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/parsers/treeparser.rb:20:in `parse'
|
|
95
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/document.rb:228:in `build'
|
|
96
|
/opt/metasploit3/lib/ruby/1.9.1/rexml/document.rb:43:in `initialize'
|
|
97
|
/opt/metasploit3/msf3/plugins/nexpose.rb:506:in `new'
|
|
98
|
/opt/metasploit3/msf3/plugins/nexpose.rb:506:in `parse_xml'
|
|
99
|
/opt/metasploit3/msf3/plugins/nexpose.rb:545:in `execute'
|
|
100
|
/opt/metasploit3/msf3/plugins/nexpose.rb:589:in `execute'
|
|
101
|
/opt/metasploit3/msf3/plugins/nexpose.rb:810:in `execute'
|
|
102
|
/opt/metasploit3/msf3/plugins/nexpose.rb:791:in `login'
|
|
103
|
/opt/metasploit3/msf3/plugins/nexpose.rb:104:in `cmd_nexpose_connect'
|
|
104
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:239:in `run_command'
|
|
105
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:201:in `block in run_single'
|
|
106
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:195:in `each'
|
|
107
|
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:195:in `run_single'
|
|
108
|
/opt/metasploit3/msf3/lib/rex/ui/text/shell.rb:144:in `run'
|
|
109
|
/opt/metasploit3/msf3/msfconsole:93:in `<main>'
|
|
110
|
msf >
|