nessus 0.1.0.beta.1 → 0.1.0.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nessus/client/policy.rb +4 -0
- data/lib/nessus/client/report.rb +30 -1
- data/lib/nessus/client/report2.rb +13 -0
- data/lib/nessus/version.rb +1 -1
- data/scan.xml +1196 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2c1c0fae3097739e68704fc86483644f8112fd8
|
4
|
+
data.tar.gz: fa1143d83cd658676be94a6ea72c9ea3ebddaf74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 385976fd50f9b4304fbbdf96a232b5af17623854c52361a0d3e68c8d18d15bb9916496a2df8059e16298144a1678bf20ef5eaa64b06976aa209241bd94602373
|
7
|
+
data.tar.gz: 4d7482059229c866aae704bd5f22aab8cad8a01db3ba78ffa18f028e2930b2b64d68e25685cce33fd720de04c40f65f5ef34a417b347dfd14d3a35f70c1af8ec
|
data/lib/nessus/client/policy.rb
CHANGED
@@ -21,11 +21,15 @@ module Nessus
|
|
21
21
|
# @return [String] looks up policy ID by policy name
|
22
22
|
def policy_id_by_name(name)
|
23
23
|
policy_list.find{|policy| policy['policyname'].eql? name}['policyid']
|
24
|
+
rescue
|
25
|
+
nil
|
24
26
|
end
|
25
27
|
|
26
28
|
# @return [String] looks up policy name by policy ID
|
27
29
|
def policy_name_by_id(id)
|
28
30
|
policy_list.find{|policy| policy['policyid'].eql? id}['policyname']
|
31
|
+
rescue
|
32
|
+
nil
|
29
33
|
end
|
30
34
|
|
31
35
|
#@!endgroup
|
data/lib/nessus/client/report.rb
CHANGED
@@ -38,7 +38,6 @@ module Nessus
|
|
38
38
|
response['reply']['contents']
|
39
39
|
end
|
40
40
|
|
41
|
-
|
42
41
|
# POST /report/ports
|
43
42
|
#
|
44
43
|
# @param [String] report unique identifier
|
@@ -88,7 +87,37 @@ module Nessus
|
|
88
87
|
response['reply']['contents']
|
89
88
|
end
|
90
89
|
|
90
|
+
# @!group Report Auxiliary methods
|
91
|
+
#
|
92
|
+
# @return [Array] of hostnames/IP addresses
|
93
|
+
def report_hostlist(report)
|
94
|
+
hostlist = report_hosts(report)['hostlist']['host']
|
95
|
+
if hostlist.class == Array
|
96
|
+
hostlist.map {|host| host['hostname']}
|
97
|
+
else
|
98
|
+
Array[hostlist['hostname']]
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
# @return [Array<Array>] of port numbers and protocol
|
103
|
+
def report_portlist(report, ip_address)
|
104
|
+
ports = report_ports(report, ip_address)['portlist']
|
105
|
+
if ports
|
106
|
+
ports['port'].map do |port|
|
107
|
+
[port['portnum'], port['protocol']]
|
108
|
+
end
|
109
|
+
else
|
110
|
+
nil
|
111
|
+
end
|
112
|
+
end
|
91
113
|
|
114
|
+
# @return [Array<Hash>] reports by readablename regex
|
115
|
+
def report_find_all(name)
|
116
|
+
report_list.find_all do |report|
|
117
|
+
report['readablename'] =~ /#{name}/i
|
118
|
+
end
|
119
|
+
end
|
120
|
+
# @!endgroup
|
92
121
|
end
|
93
122
|
end
|
94
123
|
end
|
@@ -2,6 +2,19 @@ module Nessus
|
|
2
2
|
class Client
|
3
3
|
# @author Erran Carey <me@errancarey.com>
|
4
4
|
module Report2
|
5
|
+
# POST /report/ports
|
6
|
+
#
|
7
|
+
# @param [String] report unique identifier
|
8
|
+
# @param [String] hostname name of host to display open ports for
|
9
|
+
#
|
10
|
+
# @return an object containing a list of open ports on a specified host
|
11
|
+
def report2_hosts(report)
|
12
|
+
arguments = {
|
13
|
+
:report => report,
|
14
|
+
}
|
15
|
+
response = post '/report2/hosts', arguments
|
16
|
+
response
|
17
|
+
end
|
5
18
|
end
|
6
19
|
end
|
7
20
|
end
|
data/lib/nessus/version.rb
CHANGED
data/scan.xml
ADDED
@@ -0,0 +1,1196 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<?xml-stylesheet href="file:///usr/local/bin/../share/nmap/nmap.xsl" type="text/xsl"?>
|
3
|
+
<!-- Nmap 5.61TEST5 scan initiated Sat Nov 16 13:56:55 2013 as: /usr/local/bin/nmap -sS -sV -O -oX scan.xml -v -p 20,21,22,23,25,80,110,443,512,522,8080,1080 192.168.1.* -->
|
4
|
+
<nmaprun scanner="nmap" args="/usr/local/bin/nmap -sS -sV -O -oX scan.xml -v -p 20,21,22,23,25,80,110,443,512,522,8080,1080 192.168.1.*" start="1384631815" startstr="Sat Nov 16 13:56:55 2013" version="5.61TEST5" xmloutputversion="1.03">
|
5
|
+
<scaninfo type="syn" protocol="tcp" numservices="12" services="20-23,25,80,110,443,512,522,1080,8080"/>
|
6
|
+
<verbose level="1"/>
|
7
|
+
<debugging level="0"/>
|
8
|
+
<taskbegin task="Ping Scan" time="1384631815"/>
|
9
|
+
<taskend task="Ping Scan" time="1384631818" extrainfo="1 total hosts"/>
|
10
|
+
<host><status state="down" reason="no-response"/>
|
11
|
+
<address addr="192.168.1.0" addrtype="ipv4"/>
|
12
|
+
</host>
|
13
|
+
<taskbegin task="ARP Ping Scan" time="1384631819"/>
|
14
|
+
<taskend task="ARP Ping Scan" time="1384631819" extrainfo="1 total hosts"/>
|
15
|
+
<taskbegin task="Parallel DNS resolution of 1 host." time="1384631819"/>
|
16
|
+
<taskend task="Parallel DNS resolution of 1 host." time="1384631819"/>
|
17
|
+
<taskbegin task="Ping Scan" time="1384631819"/>
|
18
|
+
<taskprogress task="Ping Scan" time="1384631912" percent="49.07" remaining="97" etc="1384632009"/>
|
19
|
+
<taskprogress task="Ping Scan" time="1384632062" percent="54.10" remaining="207" etc="1384632268"/>
|
20
|
+
<taskprogress task="Ping Scan" time="1384632373" percent="92.16" remaining="48" etc="1384632420"/>
|
21
|
+
<taskend task="Ping Scan" time="1384632375" extrainfo="134 total hosts"/>
|
22
|
+
<taskbegin task="Parallel DNS resolution of 134 hosts." time="1384632375"/>
|
23
|
+
<taskend task="Parallel DNS resolution of 134 hosts." time="1384632375"/>
|
24
|
+
<host><status state="down" reason="no-response"/>
|
25
|
+
<address addr="192.168.1.2" addrtype="ipv4"/>
|
26
|
+
</host>
|
27
|
+
<host><status state="down" reason="no-response"/>
|
28
|
+
<address addr="192.168.1.3" addrtype="ipv4"/>
|
29
|
+
</host>
|
30
|
+
<host><status state="down" reason="no-response"/>
|
31
|
+
<address addr="192.168.1.4" addrtype="ipv4"/>
|
32
|
+
</host>
|
33
|
+
<host><status state="down" reason="no-response"/>
|
34
|
+
<address addr="192.168.1.5" addrtype="ipv4"/>
|
35
|
+
</host>
|
36
|
+
<host><status state="down" reason="no-response"/>
|
37
|
+
<address addr="192.168.1.6" addrtype="ipv4"/>
|
38
|
+
</host>
|
39
|
+
<host><status state="down" reason="no-response"/>
|
40
|
+
<address addr="192.168.1.7" addrtype="ipv4"/>
|
41
|
+
</host>
|
42
|
+
<host><status state="down" reason="no-response"/>
|
43
|
+
<address addr="192.168.1.8" addrtype="ipv4"/>
|
44
|
+
</host>
|
45
|
+
<host><status state="down" reason="no-response"/>
|
46
|
+
<address addr="192.168.1.9" addrtype="ipv4"/>
|
47
|
+
</host>
|
48
|
+
<host><status state="down" reason="no-response"/>
|
49
|
+
<address addr="192.168.1.10" addrtype="ipv4"/>
|
50
|
+
</host>
|
51
|
+
<host><status state="down" reason="no-response"/>
|
52
|
+
<address addr="192.168.1.11" addrtype="ipv4"/>
|
53
|
+
</host>
|
54
|
+
<host><status state="down" reason="no-response"/>
|
55
|
+
<address addr="192.168.1.12" addrtype="ipv4"/>
|
56
|
+
</host>
|
57
|
+
<host><status state="down" reason="no-response"/>
|
58
|
+
<address addr="192.168.1.13" addrtype="ipv4"/>
|
59
|
+
</host>
|
60
|
+
<host><status state="down" reason="no-response"/>
|
61
|
+
<address addr="192.168.1.14" addrtype="ipv4"/>
|
62
|
+
</host>
|
63
|
+
<host><status state="down" reason="no-response"/>
|
64
|
+
<address addr="192.168.1.15" addrtype="ipv4"/>
|
65
|
+
</host>
|
66
|
+
<host><status state="down" reason="no-response"/>
|
67
|
+
<address addr="192.168.1.16" addrtype="ipv4"/>
|
68
|
+
</host>
|
69
|
+
<host><status state="down" reason="no-response"/>
|
70
|
+
<address addr="192.168.1.17" addrtype="ipv4"/>
|
71
|
+
</host>
|
72
|
+
<host><status state="down" reason="no-response"/>
|
73
|
+
<address addr="192.168.1.18" addrtype="ipv4"/>
|
74
|
+
</host>
|
75
|
+
<host><status state="down" reason="no-response"/>
|
76
|
+
<address addr="192.168.1.19" addrtype="ipv4"/>
|
77
|
+
</host>
|
78
|
+
<host><status state="down" reason="no-response"/>
|
79
|
+
<address addr="192.168.1.20" addrtype="ipv4"/>
|
80
|
+
</host>
|
81
|
+
<host><status state="down" reason="no-response"/>
|
82
|
+
<address addr="192.168.1.21" addrtype="ipv4"/>
|
83
|
+
</host>
|
84
|
+
<host><status state="down" reason="no-response"/>
|
85
|
+
<address addr="192.168.1.22" addrtype="ipv4"/>
|
86
|
+
</host>
|
87
|
+
<host><status state="down" reason="no-response"/>
|
88
|
+
<address addr="192.168.1.23" addrtype="ipv4"/>
|
89
|
+
</host>
|
90
|
+
<host><status state="down" reason="no-response"/>
|
91
|
+
<address addr="192.168.1.24" addrtype="ipv4"/>
|
92
|
+
</host>
|
93
|
+
<host><status state="down" reason="no-response"/>
|
94
|
+
<address addr="192.168.1.25" addrtype="ipv4"/>
|
95
|
+
</host>
|
96
|
+
<host><status state="down" reason="no-response"/>
|
97
|
+
<address addr="192.168.1.26" addrtype="ipv4"/>
|
98
|
+
</host>
|
99
|
+
<host><status state="down" reason="no-response"/>
|
100
|
+
<address addr="192.168.1.27" addrtype="ipv4"/>
|
101
|
+
</host>
|
102
|
+
<host><status state="down" reason="no-response"/>
|
103
|
+
<address addr="192.168.1.28" addrtype="ipv4"/>
|
104
|
+
</host>
|
105
|
+
<host><status state="down" reason="no-response"/>
|
106
|
+
<address addr="192.168.1.29" addrtype="ipv4"/>
|
107
|
+
</host>
|
108
|
+
<host><status state="down" reason="no-response"/>
|
109
|
+
<address addr="192.168.1.30" addrtype="ipv4"/>
|
110
|
+
</host>
|
111
|
+
<host><status state="down" reason="no-response"/>
|
112
|
+
<address addr="192.168.1.31" addrtype="ipv4"/>
|
113
|
+
</host>
|
114
|
+
<host><status state="down" reason="no-response"/>
|
115
|
+
<address addr="192.168.1.32" addrtype="ipv4"/>
|
116
|
+
</host>
|
117
|
+
<host><status state="down" reason="no-response"/>
|
118
|
+
<address addr="192.168.1.33" addrtype="ipv4"/>
|
119
|
+
</host>
|
120
|
+
<host><status state="down" reason="no-response"/>
|
121
|
+
<address addr="192.168.1.34" addrtype="ipv4"/>
|
122
|
+
</host>
|
123
|
+
<host><status state="down" reason="no-response"/>
|
124
|
+
<address addr="192.168.1.35" addrtype="ipv4"/>
|
125
|
+
</host>
|
126
|
+
<host><status state="down" reason="no-response"/>
|
127
|
+
<address addr="192.168.1.36" addrtype="ipv4"/>
|
128
|
+
</host>
|
129
|
+
<host><status state="down" reason="no-response"/>
|
130
|
+
<address addr="192.168.1.37" addrtype="ipv4"/>
|
131
|
+
</host>
|
132
|
+
<host><status state="down" reason="no-response"/>
|
133
|
+
<address addr="192.168.1.38" addrtype="ipv4"/>
|
134
|
+
</host>
|
135
|
+
<host><status state="down" reason="no-response"/>
|
136
|
+
<address addr="192.168.1.39" addrtype="ipv4"/>
|
137
|
+
</host>
|
138
|
+
<host><status state="down" reason="no-response"/>
|
139
|
+
<address addr="192.168.1.40" addrtype="ipv4"/>
|
140
|
+
</host>
|
141
|
+
<host><status state="down" reason="no-response"/>
|
142
|
+
<address addr="192.168.1.41" addrtype="ipv4"/>
|
143
|
+
</host>
|
144
|
+
<host><status state="down" reason="no-response"/>
|
145
|
+
<address addr="192.168.1.42" addrtype="ipv4"/>
|
146
|
+
</host>
|
147
|
+
<host><status state="down" reason="no-response"/>
|
148
|
+
<address addr="192.168.1.43" addrtype="ipv4"/>
|
149
|
+
</host>
|
150
|
+
<host><status state="down" reason="no-response"/>
|
151
|
+
<address addr="192.168.1.44" addrtype="ipv4"/>
|
152
|
+
</host>
|
153
|
+
<host><status state="down" reason="no-response"/>
|
154
|
+
<address addr="192.168.1.45" addrtype="ipv4"/>
|
155
|
+
</host>
|
156
|
+
<host><status state="down" reason="no-response"/>
|
157
|
+
<address addr="192.168.1.46" addrtype="ipv4"/>
|
158
|
+
</host>
|
159
|
+
<host><status state="down" reason="no-response"/>
|
160
|
+
<address addr="192.168.1.47" addrtype="ipv4"/>
|
161
|
+
</host>
|
162
|
+
<host><status state="down" reason="no-response"/>
|
163
|
+
<address addr="192.168.1.48" addrtype="ipv4"/>
|
164
|
+
</host>
|
165
|
+
<host><status state="down" reason="no-response"/>
|
166
|
+
<address addr="192.168.1.49" addrtype="ipv4"/>
|
167
|
+
</host>
|
168
|
+
<host><status state="down" reason="no-response"/>
|
169
|
+
<address addr="192.168.1.50" addrtype="ipv4"/>
|
170
|
+
</host>
|
171
|
+
<host><status state="down" reason="no-response"/>
|
172
|
+
<address addr="192.168.1.51" addrtype="ipv4"/>
|
173
|
+
</host>
|
174
|
+
<host><status state="down" reason="no-response"/>
|
175
|
+
<address addr="192.168.1.52" addrtype="ipv4"/>
|
176
|
+
</host>
|
177
|
+
<host><status state="down" reason="no-response"/>
|
178
|
+
<address addr="192.168.1.53" addrtype="ipv4"/>
|
179
|
+
</host>
|
180
|
+
<host><status state="down" reason="no-response"/>
|
181
|
+
<address addr="192.168.1.54" addrtype="ipv4"/>
|
182
|
+
</host>
|
183
|
+
<host><status state="down" reason="no-response"/>
|
184
|
+
<address addr="192.168.1.55" addrtype="ipv4"/>
|
185
|
+
</host>
|
186
|
+
<host><status state="down" reason="no-response"/>
|
187
|
+
<address addr="192.168.1.56" addrtype="ipv4"/>
|
188
|
+
</host>
|
189
|
+
<host><status state="down" reason="no-response"/>
|
190
|
+
<address addr="192.168.1.57" addrtype="ipv4"/>
|
191
|
+
</host>
|
192
|
+
<host><status state="down" reason="no-response"/>
|
193
|
+
<address addr="192.168.1.58" addrtype="ipv4"/>
|
194
|
+
</host>
|
195
|
+
<host><status state="down" reason="no-response"/>
|
196
|
+
<address addr="192.168.1.59" addrtype="ipv4"/>
|
197
|
+
</host>
|
198
|
+
<host><status state="down" reason="no-response"/>
|
199
|
+
<address addr="192.168.1.60" addrtype="ipv4"/>
|
200
|
+
</host>
|
201
|
+
<host><status state="down" reason="no-response"/>
|
202
|
+
<address addr="192.168.1.61" addrtype="ipv4"/>
|
203
|
+
</host>
|
204
|
+
<host><status state="down" reason="no-response"/>
|
205
|
+
<address addr="192.168.1.62" addrtype="ipv4"/>
|
206
|
+
</host>
|
207
|
+
<host><status state="down" reason="no-response"/>
|
208
|
+
<address addr="192.168.1.63" addrtype="ipv4"/>
|
209
|
+
</host>
|
210
|
+
<host><status state="down" reason="no-response"/>
|
211
|
+
<address addr="192.168.1.64" addrtype="ipv4"/>
|
212
|
+
</host>
|
213
|
+
<host><status state="down" reason="no-response"/>
|
214
|
+
<address addr="192.168.1.65" addrtype="ipv4"/>
|
215
|
+
</host>
|
216
|
+
<host><status state="down" reason="no-response"/>
|
217
|
+
<address addr="192.168.1.66" addrtype="ipv4"/>
|
218
|
+
</host>
|
219
|
+
<host><status state="down" reason="no-response"/>
|
220
|
+
<address addr="192.168.1.67" addrtype="ipv4"/>
|
221
|
+
</host>
|
222
|
+
<host><status state="down" reason="no-response"/>
|
223
|
+
<address addr="192.168.1.68" addrtype="ipv4"/>
|
224
|
+
</host>
|
225
|
+
<host><status state="down" reason="no-response"/>
|
226
|
+
<address addr="192.168.1.69" addrtype="ipv4"/>
|
227
|
+
</host>
|
228
|
+
<host><status state="down" reason="no-response"/>
|
229
|
+
<address addr="192.168.1.70" addrtype="ipv4"/>
|
230
|
+
</host>
|
231
|
+
<host><status state="down" reason="no-response"/>
|
232
|
+
<address addr="192.168.1.71" addrtype="ipv4"/>
|
233
|
+
</host>
|
234
|
+
<host><status state="down" reason="no-response"/>
|
235
|
+
<address addr="192.168.1.72" addrtype="ipv4"/>
|
236
|
+
</host>
|
237
|
+
<host><status state="down" reason="no-response"/>
|
238
|
+
<address addr="192.168.1.73" addrtype="ipv4"/>
|
239
|
+
</host>
|
240
|
+
<host><status state="down" reason="no-response"/>
|
241
|
+
<address addr="192.168.1.74" addrtype="ipv4"/>
|
242
|
+
</host>
|
243
|
+
<host><status state="down" reason="no-response"/>
|
244
|
+
<address addr="192.168.1.75" addrtype="ipv4"/>
|
245
|
+
</host>
|
246
|
+
<host><status state="down" reason="no-response"/>
|
247
|
+
<address addr="192.168.1.76" addrtype="ipv4"/>
|
248
|
+
</host>
|
249
|
+
<host><status state="down" reason="no-response"/>
|
250
|
+
<address addr="192.168.1.77" addrtype="ipv4"/>
|
251
|
+
</host>
|
252
|
+
<host><status state="down" reason="no-response"/>
|
253
|
+
<address addr="192.168.1.78" addrtype="ipv4"/>
|
254
|
+
</host>
|
255
|
+
<host><status state="down" reason="no-response"/>
|
256
|
+
<address addr="192.168.1.79" addrtype="ipv4"/>
|
257
|
+
</host>
|
258
|
+
<host><status state="down" reason="no-response"/>
|
259
|
+
<address addr="192.168.1.80" addrtype="ipv4"/>
|
260
|
+
</host>
|
261
|
+
<host><status state="down" reason="no-response"/>
|
262
|
+
<address addr="192.168.1.81" addrtype="ipv4"/>
|
263
|
+
</host>
|
264
|
+
<host><status state="down" reason="no-response"/>
|
265
|
+
<address addr="192.168.1.82" addrtype="ipv4"/>
|
266
|
+
</host>
|
267
|
+
<host><status state="down" reason="no-response"/>
|
268
|
+
<address addr="192.168.1.83" addrtype="ipv4"/>
|
269
|
+
</host>
|
270
|
+
<host><status state="down" reason="no-response"/>
|
271
|
+
<address addr="192.168.1.84" addrtype="ipv4"/>
|
272
|
+
</host>
|
273
|
+
<host><status state="down" reason="no-response"/>
|
274
|
+
<address addr="192.168.1.85" addrtype="ipv4"/>
|
275
|
+
</host>
|
276
|
+
<host><status state="down" reason="no-response"/>
|
277
|
+
<address addr="192.168.1.86" addrtype="ipv4"/>
|
278
|
+
</host>
|
279
|
+
<host><status state="down" reason="no-response"/>
|
280
|
+
<address addr="192.168.1.87" addrtype="ipv4"/>
|
281
|
+
</host>
|
282
|
+
<host><status state="down" reason="no-response"/>
|
283
|
+
<address addr="192.168.1.88" addrtype="ipv4"/>
|
284
|
+
</host>
|
285
|
+
<host><status state="down" reason="no-response"/>
|
286
|
+
<address addr="192.168.1.89" addrtype="ipv4"/>
|
287
|
+
</host>
|
288
|
+
<host><status state="down" reason="no-response"/>
|
289
|
+
<address addr="192.168.1.90" addrtype="ipv4"/>
|
290
|
+
</host>
|
291
|
+
<host><status state="down" reason="no-response"/>
|
292
|
+
<address addr="192.168.1.91" addrtype="ipv4"/>
|
293
|
+
</host>
|
294
|
+
<host><status state="down" reason="no-response"/>
|
295
|
+
<address addr="192.168.1.92" addrtype="ipv4"/>
|
296
|
+
</host>
|
297
|
+
<host><status state="down" reason="no-response"/>
|
298
|
+
<address addr="192.168.1.93" addrtype="ipv4"/>
|
299
|
+
</host>
|
300
|
+
<host><status state="down" reason="no-response"/>
|
301
|
+
<address addr="192.168.1.94" addrtype="ipv4"/>
|
302
|
+
</host>
|
303
|
+
<host><status state="down" reason="no-response"/>
|
304
|
+
<address addr="192.168.1.95" addrtype="ipv4"/>
|
305
|
+
</host>
|
306
|
+
<host><status state="down" reason="no-response"/>
|
307
|
+
<address addr="192.168.1.96" addrtype="ipv4"/>
|
308
|
+
</host>
|
309
|
+
<host><status state="down" reason="no-response"/>
|
310
|
+
<address addr="192.168.1.97" addrtype="ipv4"/>
|
311
|
+
</host>
|
312
|
+
<host><status state="down" reason="no-response"/>
|
313
|
+
<address addr="192.168.1.98" addrtype="ipv4"/>
|
314
|
+
</host>
|
315
|
+
<host><status state="down" reason="no-response"/>
|
316
|
+
<address addr="192.168.1.99" addrtype="ipv4"/>
|
317
|
+
</host>
|
318
|
+
<host><status state="down" reason="no-response"/>
|
319
|
+
<address addr="192.168.1.100" addrtype="ipv4"/>
|
320
|
+
</host>
|
321
|
+
<host><status state="down" reason="no-response"/>
|
322
|
+
<address addr="192.168.1.101" addrtype="ipv4"/>
|
323
|
+
</host>
|
324
|
+
<host><status state="down" reason="no-response"/>
|
325
|
+
<address addr="192.168.1.102" addrtype="ipv4"/>
|
326
|
+
</host>
|
327
|
+
<host><status state="down" reason="no-response"/>
|
328
|
+
<address addr="192.168.1.103" addrtype="ipv4"/>
|
329
|
+
</host>
|
330
|
+
<host><status state="down" reason="no-response"/>
|
331
|
+
<address addr="192.168.1.104" addrtype="ipv4"/>
|
332
|
+
</host>
|
333
|
+
<host><status state="down" reason="no-response"/>
|
334
|
+
<address addr="192.168.1.105" addrtype="ipv4"/>
|
335
|
+
</host>
|
336
|
+
<host><status state="down" reason="no-response"/>
|
337
|
+
<address addr="192.168.1.106" addrtype="ipv4"/>
|
338
|
+
</host>
|
339
|
+
<host><status state="down" reason="no-response"/>
|
340
|
+
<address addr="192.168.1.107" addrtype="ipv4"/>
|
341
|
+
</host>
|
342
|
+
<host><status state="down" reason="no-response"/>
|
343
|
+
<address addr="192.168.1.108" addrtype="ipv4"/>
|
344
|
+
</host>
|
345
|
+
<host><status state="down" reason="no-response"/>
|
346
|
+
<address addr="192.168.1.109" addrtype="ipv4"/>
|
347
|
+
</host>
|
348
|
+
<host><status state="down" reason="no-response"/>
|
349
|
+
<address addr="192.168.1.110" addrtype="ipv4"/>
|
350
|
+
</host>
|
351
|
+
<host><status state="down" reason="no-response"/>
|
352
|
+
<address addr="192.168.1.111" addrtype="ipv4"/>
|
353
|
+
</host>
|
354
|
+
<host><status state="down" reason="no-response"/>
|
355
|
+
<address addr="192.168.1.112" addrtype="ipv4"/>
|
356
|
+
</host>
|
357
|
+
<host><status state="down" reason="no-response"/>
|
358
|
+
<address addr="192.168.1.113" addrtype="ipv4"/>
|
359
|
+
</host>
|
360
|
+
<host><status state="down" reason="no-response"/>
|
361
|
+
<address addr="192.168.1.114" addrtype="ipv4"/>
|
362
|
+
</host>
|
363
|
+
<host><status state="down" reason="no-response"/>
|
364
|
+
<address addr="192.168.1.115" addrtype="ipv4"/>
|
365
|
+
</host>
|
366
|
+
<host><status state="down" reason="no-response"/>
|
367
|
+
<address addr="192.168.1.116" addrtype="ipv4"/>
|
368
|
+
</host>
|
369
|
+
<host><status state="down" reason="no-response"/>
|
370
|
+
<address addr="192.168.1.118" addrtype="ipv4"/>
|
371
|
+
</host>
|
372
|
+
<host><status state="down" reason="no-response"/>
|
373
|
+
<address addr="192.168.1.120" addrtype="ipv4"/>
|
374
|
+
</host>
|
375
|
+
<host><status state="down" reason="no-response"/>
|
376
|
+
<address addr="192.168.1.122" addrtype="ipv4"/>
|
377
|
+
</host>
|
378
|
+
<host><status state="down" reason="no-response"/>
|
379
|
+
<address addr="192.168.1.124" addrtype="ipv4"/>
|
380
|
+
</host>
|
381
|
+
<host><status state="down" reason="no-response"/>
|
382
|
+
<address addr="192.168.1.127" addrtype="ipv4"/>
|
383
|
+
</host>
|
384
|
+
<host><status state="down" reason="no-response"/>
|
385
|
+
<address addr="192.168.1.128" addrtype="ipv4"/>
|
386
|
+
</host>
|
387
|
+
<host><status state="down" reason="no-response"/>
|
388
|
+
<address addr="192.168.1.130" addrtype="ipv4"/>
|
389
|
+
</host>
|
390
|
+
<host><status state="down" reason="no-response"/>
|
391
|
+
<address addr="192.168.1.131" addrtype="ipv4"/>
|
392
|
+
</host>
|
393
|
+
<host><status state="down" reason="no-response"/>
|
394
|
+
<address addr="192.168.1.133" addrtype="ipv4"/>
|
395
|
+
</host>
|
396
|
+
<host><status state="down" reason="no-response"/>
|
397
|
+
<address addr="192.168.1.134" addrtype="ipv4"/>
|
398
|
+
</host>
|
399
|
+
<host><status state="down" reason="no-response"/>
|
400
|
+
<address addr="192.168.1.135" addrtype="ipv4"/>
|
401
|
+
</host>
|
402
|
+
<taskbegin task="Parallel DNS resolution of 1 host." time="1384632375"/>
|
403
|
+
<taskend task="Parallel DNS resolution of 1 host." time="1384632375"/>
|
404
|
+
<taskbegin task="SYN Stealth Scan" time="1384632375"/>
|
405
|
+
<taskend task="SYN Stealth Scan" time="1384632379" extrainfo="108 total ports"/>
|
406
|
+
<taskbegin task="Service scan" time="1384632379"/>
|
407
|
+
<taskend task="Service scan" time="1384632385" extrainfo="4 services on 9 hosts"/>
|
408
|
+
<host starttime="1384631819" endtime="1384632389"><status state="up" reason="arp-response"/>
|
409
|
+
<address addr="192.168.1.1" addrtype="ipv4"/>
|
410
|
+
<address addr="58:6D:8F:4B:07:D8" addrtype="mac" vendor="Cisco-Linksys"/>
|
411
|
+
<hostnames>
|
412
|
+
</hostnames>
|
413
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
414
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
415
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
416
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
417
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
418
|
+
<port protocol="tcp" portid="80"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="http" product="Linksys E1200 WAP http config" devicetype="WAP" method="probed" conf="10"/></port>
|
419
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
420
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
421
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
422
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
423
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
424
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
425
|
+
</ports>
|
426
|
+
<os><portused state="open" proto="tcp" portid="80"/>
|
427
|
+
<portused state="closed" proto="tcp" portid="20"/>
|
428
|
+
<portused state="closed" proto="udp" portid="32155"/>
|
429
|
+
<osclass type="general purpose" vendor="Linux" osfamily="Linux" osgen="2.4.X" accuracy="100"><cpe>cpe:/o:linux:kernel:2.4</cpe></osclass>
|
430
|
+
<osmatch name="Linux 2.4.18 - 2.4.35 (likely embedded)" accuracy="100" line="29492"/>
|
431
|
+
</os>
|
432
|
+
<uptime seconds="1446812" lastboot="Wed Oct 30 21:13:13 2013"/>
|
433
|
+
<distance value="1"/>
|
434
|
+
<tcpsequence index="193" difficulty="Good luck!" values="9CDAFF07,9C96AC53,9CDD5D6E,9D5E43F2,9D2C4CBE,9CD8C37C"/>
|
435
|
+
<ipidsequence class="All zeros" values="0,0,0,0,0,0"/>
|
436
|
+
<tcptssequence class="100HZ" values="89FA182,89FA18C,89FA198,89FA1A2,89FA1AB,89FA1B5"/>
|
437
|
+
<times srtt="10921" rttvar="6459" to="100000"/>
|
438
|
+
</host>
|
439
|
+
<host starttime="1384631819" endtime="1384632405"><status state="up" reason="echo-reply"/>
|
440
|
+
<address addr="192.168.1.117" addrtype="ipv4"/>
|
441
|
+
<hostnames>
|
442
|
+
</hostnames>
|
443
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
444
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
445
|
+
<port protocol="tcp" portid="22"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="ssh" product="OpenSSH" version="5.9p1 Debian 5ubuntu1.1" extrainfo="protocol 2.0" ostype="Linux" method="probed" conf="10"><cpe>cpe:/a:openbsd:openssh:5.9p1</cpe><cpe>cpe:/o:linux:kernel</cpe></service></port>
|
446
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
447
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
448
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
449
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
450
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
451
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
452
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
453
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
454
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
455
|
+
</ports>
|
456
|
+
<os><portused state="open" proto="tcp" portid="22"/>
|
457
|
+
<portused state="closed" proto="tcp" portid="20"/>
|
458
|
+
<portused state="closed" proto="udp" portid="43046"/>
|
459
|
+
<osclass type="general purpose" vendor="Linux" osfamily="Linux" osgen="2.6.X" accuracy="97"><cpe>cpe:/o:linux:kernel:2.6</cpe></osclass>
|
460
|
+
<osclass type="general purpose" vendor="Linux" osfamily="Linux" osgen="3.X" accuracy="97"><cpe>cpe:/o:linux:kernel:3</cpe></osclass>
|
461
|
+
<osclass type="WAP" vendor="Netgear" osfamily="embedded" accuracy="96"/>
|
462
|
+
<osclass type="media device" vendor="Western Digital" osfamily="embedded" accuracy="96"/>
|
463
|
+
<osclass type="webcam" vendor="AXIS" osfamily="Linux" osgen="2.6.X" accuracy="94"><cpe>cpe:/o:axis:linux:2.6</cpe></osclass>
|
464
|
+
<osclass type="general purpose" vendor="Linux" osfamily="Linux" osgen="2.4.X" accuracy="91"><cpe>cpe:/o:linux:kernel:2.4.26</cpe></osclass>
|
465
|
+
<osclass type="storage-misc" vendor="HP" osfamily="embedded" accuracy="90"/>
|
466
|
+
<osclass type="specialized" vendor="Crestron" osfamily="2-Series" accuracy="89"><cpe>cpe:/o:crestron:2_series</cpe></osclass>
|
467
|
+
<osclass type="terminal" vendor="Chip PC" osfamily="Linux" accuracy="89"><cpe>cpe:/o:chippc:linux</cpe></osclass>
|
468
|
+
<osfingerprint fingerprint="OS:SCAN(V=5.61TEST5%E=4%D=11/16%OT=22%CT=20%CU=43046%PV=Y%DS=1%DC=I%G=Y%TM=
OS:5287D055%P=x86_64-apple-darwin10.8.0)SEQ(SP=104%GCD=1%ISR=105%TI=Z%CI=Z%
OS:II=I%TS=8)OPS(O1=M5B4ST11NW4%O2=M5B4ST11NW4%O3=M5B4NNT11NW4%O4=M5B4ST11N
OS:W4%O5=M5B4ST11NW4%O6=M5B4ST11)WIN(W1=3890%W2=3890%W3=3890%W4=3890%W5=389
OS:0%W6=3890)ECN(R=Y%DF=Y%T=41%W=3908%O=M5B4NNSNW4%CC=Y%Q=)T1(R=Y%DF=Y%T=41
OS:%S=O%A=S+%F=AS%RD=0%Q=)T2(R=N)T3(R=N)T4(R=Y%DF=Y%T=41%W=0%S=A%A=Z%F=R%O=
OS:%RD=0%Q=)T5(R=Y%DF=Y%T=41%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)T6(R=Y%DF=Y%T=41%
OS:W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T7(R=Y%DF=Y%T=41%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=
OS:)U1(R=Y%DF=N%T=41%IPL=164%UN=0%RIPL=G%RID=G%RIPCK=G%RUCK=G%RUD=G)IE(R=Y%
OS:DFI=N%T=41%CD=S)
"/>
|
469
|
+
</os>
|
470
|
+
<uptime seconds="15933" lastboot="Sat Nov 16 09:41:12 2013"/>
|
471
|
+
<distance value="1"/>
|
472
|
+
<tcpsequence index="260" difficulty="Good luck!" values="EDE4A8DB,44184D7F,3C2DE323,61B096B8,655F0113,1CFBD678"/>
|
473
|
+
<ipidsequence class="All zeros" values="0,0,0,0,0,0"/>
|
474
|
+
<tcptssequence class="other" values="3B50C6,3B50DE,3B50F7,3B5110,3B5129,3B5142"/>
|
475
|
+
<times srtt="20626" rttvar="18225" to="100000"/>
|
476
|
+
</host>
|
477
|
+
<host starttime="1384631819" endtime="1384632389"><status state="up" reason="echo-reply"/>
|
478
|
+
<address addr="192.168.1.119" addrtype="ipv4"/>
|
479
|
+
<hostnames>
|
480
|
+
</hostnames>
|
481
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
482
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
483
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
484
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
485
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
486
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
487
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
488
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
489
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
490
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
491
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
492
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
493
|
+
</ports>
|
494
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
495
|
+
<portused state="closed" proto="udp" portid="33979"/>
|
496
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
497
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
498
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
499
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
500
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
501
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
502
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="2.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:2</cpe></osclass>
|
503
|
+
<osclass type="general purpose" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
504
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
505
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
506
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5.6</cpe></osclass>
|
507
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
508
|
+
<osclass type="media device" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7</cpe></osclass>
|
509
|
+
<osclass type="proxy server" vendor="Blue Coat" osfamily="embedded" accuracy="100"/>
|
510
|
+
<osclass type="general purpose" vendor="DragonFly BSD" osfamily="DragonFly BSD" osgen="2.X" accuracy="100"><cpe>cpe:/o:dragonflybsd:dragonfly_bsd:2</cpe></osclass>
|
511
|
+
<osclass type="specialized" vendor="VMware" osfamily="ESX Server" osgen="3.X" accuracy="100"><cpe>cpe:/o:vmware:esx:3</cpe></osclass>
|
512
|
+
</os>
|
513
|
+
<distance value="1"/>
|
514
|
+
<times srtt="53759" rttvar="21865" to="141219"/>
|
515
|
+
</host>
|
516
|
+
<host starttime="1384631819" endtime="1384632389"><status state="up" reason="echo-reply"/>
|
517
|
+
<address addr="192.168.1.121" addrtype="ipv4"/>
|
518
|
+
<hostnames>
|
519
|
+
</hostnames>
|
520
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
521
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
522
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
523
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
524
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
525
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
526
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
527
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
528
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
529
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
530
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
531
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
532
|
+
</ports>
|
533
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
534
|
+
<portused state="closed" proto="udp" portid="32902"/>
|
535
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
536
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
537
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
538
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
539
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
540
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
541
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="2.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:2</cpe></osclass>
|
542
|
+
<osclass type="general purpose" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
543
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
544
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
545
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5.6</cpe></osclass>
|
546
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
547
|
+
<osclass type="media device" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7</cpe></osclass>
|
548
|
+
<osclass type="proxy server" vendor="Blue Coat" osfamily="embedded" accuracy="100"/>
|
549
|
+
<osclass type="general purpose" vendor="DragonFly BSD" osfamily="DragonFly BSD" osgen="2.X" accuracy="100"><cpe>cpe:/o:dragonflybsd:dragonfly_bsd:2</cpe></osclass>
|
550
|
+
<osclass type="specialized" vendor="VMware" osfamily="ESX Server" osgen="3.X" accuracy="100"><cpe>cpe:/o:vmware:esx:3</cpe></osclass>
|
551
|
+
</os>
|
552
|
+
<distance value="1"/>
|
553
|
+
<times srtt="40952" rttvar="16486" to="106896"/>
|
554
|
+
</host>
|
555
|
+
<host starttime="1384631819" endtime="1384632396"><status state="up" reason="echo-reply"/>
|
556
|
+
<address addr="192.168.1.123" addrtype="ipv4"/>
|
557
|
+
<hostnames>
|
558
|
+
</hostnames>
|
559
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
560
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
561
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
562
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
563
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
564
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
565
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
566
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
567
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
568
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
569
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
570
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
571
|
+
</ports>
|
572
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
573
|
+
<portused state="closed" proto="udp" portid="31453"/>
|
574
|
+
</os>
|
575
|
+
<distance value="1"/>
|
576
|
+
<times srtt="20103" rttvar="14104" to="100000"/>
|
577
|
+
</host>
|
578
|
+
<host starttime="1384631819" endtime="1384632395"><status state="up" reason="reset"/>
|
579
|
+
<address addr="192.168.1.125" addrtype="ipv4"/>
|
580
|
+
<hostnames>
|
581
|
+
</hostnames>
|
582
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
583
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
584
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
585
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
586
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
587
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
588
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
589
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
590
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
591
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
592
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
593
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
594
|
+
</ports>
|
595
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
596
|
+
<portused state="closed" proto="udp" portid="41000"/>
|
597
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
598
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
599
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
600
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
601
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
602
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
603
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="2.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:2</cpe></osclass>
|
604
|
+
<osclass type="general purpose" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
605
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
606
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
607
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5.6</cpe></osclass>
|
608
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
609
|
+
<osclass type="media device" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7</cpe></osclass>
|
610
|
+
<osclass type="proxy server" vendor="Blue Coat" osfamily="embedded" accuracy="100"/>
|
611
|
+
<osclass type="general purpose" vendor="DragonFly BSD" osfamily="DragonFly BSD" osgen="2.X" accuracy="100"><cpe>cpe:/o:dragonflybsd:dragonfly_bsd:2</cpe></osclass>
|
612
|
+
<osclass type="specialized" vendor="VMware" osfamily="ESX Server" osgen="3.X" accuracy="100"><cpe>cpe:/o:vmware:esx:3</cpe></osclass>
|
613
|
+
</os>
|
614
|
+
<distance value="1"/>
|
615
|
+
<times srtt="203955" rttvar="307432" to="1433683"/>
|
616
|
+
</host>
|
617
|
+
<host starttime="1384631819" endtime="1384632389"><status state="up" reason="echo-reply"/>
|
618
|
+
<address addr="192.168.1.126" addrtype="ipv4"/>
|
619
|
+
<hostnames>
|
620
|
+
</hostnames>
|
621
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
622
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
623
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
624
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
625
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
626
|
+
<port protocol="tcp" portid="80"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="http" product="Apache httpd" version="2.2.24" extrainfo="(Unix) DAV/2 mod_ssl/2.2.24 OpenSSL/0.9.8y" method="probed" conf="10"><cpe>cpe:/a:apache:http_server:2.2.24</cpe></service></port>
|
627
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
628
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
629
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
630
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
631
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
632
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
633
|
+
</ports>
|
634
|
+
<os><portused state="open" proto="tcp" portid="80"/>
|
635
|
+
<portused state="closed" proto="tcp" portid="20"/>
|
636
|
+
<portused state="closed" proto="udp" portid="40988"/>
|
637
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
638
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
639
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
640
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
641
|
+
<osmatch name="Apple iOS 4.4.2 - 5.0.1 (Darwin 11.0.0)" accuracy="100" line="2951"/>
|
642
|
+
</os>
|
643
|
+
<uptime seconds="1062418" lastboot="Mon Nov 4 06:59:47 2013"/>
|
644
|
+
<distance value="1"/>
|
645
|
+
<tcpsequence index="250" difficulty="Good luck!" values="2BD2B88A,39DF7764,1BAF50EA,3573E93A,34D1B45C,5E66FA4C"/>
|
646
|
+
<ipidsequence class="Randomized" values="6E14,F77E,F164,662C,D259,9516"/>
|
647
|
+
<tcptssequence class="1000HZ" values="3F52EB88,3F52EBDC,3F52EC53,3F52ECB8,3F52ED0B,3F52ED6E"/>
|
648
|
+
<times srtt="25534" rttvar="22047" to="113722"/>
|
649
|
+
</host>
|
650
|
+
<host starttime="1384631819" endtime="1384632389"><status state="up" reason="reset"/>
|
651
|
+
<address addr="192.168.1.129" addrtype="ipv4"/>
|
652
|
+
<hostnames>
|
653
|
+
</hostnames>
|
654
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
655
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
656
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
657
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
658
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
659
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
660
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
661
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
662
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
663
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
664
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
665
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
666
|
+
</ports>
|
667
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
668
|
+
<portused state="closed" proto="udp" portid="30370"/>
|
669
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
670
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
671
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
672
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
673
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
674
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
675
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="2.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:2</cpe></osclass>
|
676
|
+
<osclass type="general purpose" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
677
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
678
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
679
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5.6</cpe></osclass>
|
680
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
681
|
+
<osclass type="media device" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7</cpe></osclass>
|
682
|
+
<osclass type="proxy server" vendor="Blue Coat" osfamily="embedded" accuracy="100"/>
|
683
|
+
<osclass type="general purpose" vendor="DragonFly BSD" osfamily="DragonFly BSD" osgen="2.X" accuracy="100"><cpe>cpe:/o:dragonflybsd:dragonfly_bsd:2</cpe></osclass>
|
684
|
+
<osclass type="specialized" vendor="VMware" osfamily="ESX Server" osgen="3.X" accuracy="100"><cpe>cpe:/o:vmware:esx:3</cpe></osclass>
|
685
|
+
</os>
|
686
|
+
<distance value="1"/>
|
687
|
+
<times srtt="135159" rttvar="162104" to="783575"/>
|
688
|
+
</host>
|
689
|
+
<host starttime="1384631819" endtime="1384632389"><status state="up" reason="echo-reply"/>
|
690
|
+
<address addr="192.168.1.132" addrtype="ipv4"/>
|
691
|
+
<hostnames>
|
692
|
+
</hostnames>
|
693
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
694
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
695
|
+
<port protocol="tcp" portid="22"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="ssh" product="OpenSSH" version="6.2" extrainfo="protocol 2.0" method="probed" conf="10"><cpe>cpe:/a:openbsd:openssh:6.2</cpe></service></port>
|
696
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
697
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
698
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
699
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
700
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
701
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
702
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
703
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
704
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
705
|
+
</ports>
|
706
|
+
<os><portused state="open" proto="tcp" portid="22"/>
|
707
|
+
<portused state="closed" proto="tcp" portid="20"/>
|
708
|
+
<portused state="closed" proto="udp" portid="33348"/>
|
709
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
710
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
711
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
712
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
713
|
+
<osmatch name="Apple iOS 4.4.2 - 5.0.1 (Darwin 11.0.0)" accuracy="100" line="2951"/>
|
714
|
+
</os>
|
715
|
+
<uptime seconds="840316" lastboot="Wed Nov 6 20:41:29 2013"/>
|
716
|
+
<distance value="1"/>
|
717
|
+
<tcpsequence index="247" difficulty="Good luck!" values="3C02A158,8EDAACD0,E4C241DA,9982D153,EF1A8963,578359C0"/>
|
718
|
+
<ipidsequence class="Randomized" values="ADEA,DFAF,6B84,D17A,E02F,4545"/>
|
719
|
+
<tcptssequence class="1000HZ" values="3215E917,3215E972,3215E9EE,3215EA55,3215EAAC,3215EB13"/>
|
720
|
+
<times srtt="22927" rttvar="18209" to="100000"/>
|
721
|
+
</host>
|
722
|
+
<taskbegin task="Ping Scan" time="1384632405"/>
|
723
|
+
<taskprogress task="Ping Scan" time="1384632711" percent="53.47" remaining="267" etc="1384632977"/>
|
724
|
+
<taskend task="Ping Scan" time="1384632714" extrainfo="119 total hosts"/>
|
725
|
+
<taskbegin task="Parallel DNS resolution of 119 hosts." time="1384632714"/>
|
726
|
+
<taskend task="Parallel DNS resolution of 119 hosts." time="1384632714"/>
|
727
|
+
<host><status state="down" reason="no-response"/>
|
728
|
+
<address addr="192.168.1.137" addrtype="ipv4"/>
|
729
|
+
</host>
|
730
|
+
<taskbegin task="SYN Stealth Scan" time="1384632714"/>
|
731
|
+
<taskend task="SYN Stealth Scan" time="1384632714" extrainfo="12 total ports"/>
|
732
|
+
<taskbegin task="Service scan" time="1384632714"/>
|
733
|
+
<host starttime="1384632714" endtime="1384632715"><status state="up" reason="localhost-response"/>
|
734
|
+
<address addr="192.168.1.136" addrtype="ipv4"/>
|
735
|
+
<hostnames>
|
736
|
+
</hostnames>
|
737
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
738
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
739
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
740
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
741
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
742
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
743
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
744
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
745
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
746
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
747
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
748
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
749
|
+
</ports>
|
750
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
751
|
+
<portused state="closed" proto="udp" portid="43550"/>
|
752
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
753
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
754
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
755
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
756
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
757
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5</cpe></osclass>
|
758
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
759
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
760
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
761
|
+
</os>
|
762
|
+
<distance value="0"/>
|
763
|
+
<times srtt="158" rttvar="112" to="100000"/>
|
764
|
+
</host>
|
765
|
+
<host><status state="down" reason="no-response"/>
|
766
|
+
<address addr="192.168.1.139" addrtype="ipv4"/>
|
767
|
+
</host>
|
768
|
+
<host><status state="down" reason="no-response"/>
|
769
|
+
<address addr="192.168.1.140" addrtype="ipv4"/>
|
770
|
+
</host>
|
771
|
+
<host><status state="down" reason="no-response"/>
|
772
|
+
<address addr="192.168.1.141" addrtype="ipv4"/>
|
773
|
+
</host>
|
774
|
+
<host><status state="down" reason="no-response"/>
|
775
|
+
<address addr="192.168.1.143" addrtype="ipv4"/>
|
776
|
+
</host>
|
777
|
+
<host><status state="down" reason="no-response"/>
|
778
|
+
<address addr="192.168.1.144" addrtype="ipv4"/>
|
779
|
+
</host>
|
780
|
+
<host><status state="down" reason="no-response"/>
|
781
|
+
<address addr="192.168.1.145" addrtype="ipv4"/>
|
782
|
+
</host>
|
783
|
+
<host><status state="down" reason="no-response"/>
|
784
|
+
<address addr="192.168.1.146" addrtype="ipv4"/>
|
785
|
+
</host>
|
786
|
+
<host><status state="down" reason="no-response"/>
|
787
|
+
<address addr="192.168.1.147" addrtype="ipv4"/>
|
788
|
+
</host>
|
789
|
+
<host><status state="down" reason="no-response"/>
|
790
|
+
<address addr="192.168.1.148" addrtype="ipv4"/>
|
791
|
+
</host>
|
792
|
+
<host><status state="down" reason="no-response"/>
|
793
|
+
<address addr="192.168.1.149" addrtype="ipv4"/>
|
794
|
+
</host>
|
795
|
+
<host><status state="down" reason="no-response"/>
|
796
|
+
<address addr="192.168.1.150" addrtype="ipv4"/>
|
797
|
+
</host>
|
798
|
+
<host><status state="down" reason="no-response"/>
|
799
|
+
<address addr="192.168.1.151" addrtype="ipv4"/>
|
800
|
+
</host>
|
801
|
+
<host><status state="down" reason="no-response"/>
|
802
|
+
<address addr="192.168.1.152" addrtype="ipv4"/>
|
803
|
+
</host>
|
804
|
+
<host><status state="down" reason="no-response"/>
|
805
|
+
<address addr="192.168.1.153" addrtype="ipv4"/>
|
806
|
+
</host>
|
807
|
+
<host><status state="down" reason="no-response"/>
|
808
|
+
<address addr="192.168.1.154" addrtype="ipv4"/>
|
809
|
+
</host>
|
810
|
+
<host><status state="down" reason="no-response"/>
|
811
|
+
<address addr="192.168.1.155" addrtype="ipv4"/>
|
812
|
+
</host>
|
813
|
+
<host><status state="down" reason="no-response"/>
|
814
|
+
<address addr="192.168.1.156" addrtype="ipv4"/>
|
815
|
+
</host>
|
816
|
+
<host><status state="down" reason="no-response"/>
|
817
|
+
<address addr="192.168.1.157" addrtype="ipv4"/>
|
818
|
+
</host>
|
819
|
+
<host><status state="down" reason="no-response"/>
|
820
|
+
<address addr="192.168.1.158" addrtype="ipv4"/>
|
821
|
+
</host>
|
822
|
+
<host><status state="down" reason="no-response"/>
|
823
|
+
<address addr="192.168.1.159" addrtype="ipv4"/>
|
824
|
+
</host>
|
825
|
+
<host><status state="down" reason="no-response"/>
|
826
|
+
<address addr="192.168.1.160" addrtype="ipv4"/>
|
827
|
+
</host>
|
828
|
+
<host><status state="down" reason="no-response"/>
|
829
|
+
<address addr="192.168.1.161" addrtype="ipv4"/>
|
830
|
+
</host>
|
831
|
+
<host><status state="down" reason="no-response"/>
|
832
|
+
<address addr="192.168.1.162" addrtype="ipv4"/>
|
833
|
+
</host>
|
834
|
+
<host><status state="down" reason="no-response"/>
|
835
|
+
<address addr="192.168.1.163" addrtype="ipv4"/>
|
836
|
+
</host>
|
837
|
+
<host><status state="down" reason="no-response"/>
|
838
|
+
<address addr="192.168.1.164" addrtype="ipv4"/>
|
839
|
+
</host>
|
840
|
+
<host><status state="down" reason="no-response"/>
|
841
|
+
<address addr="192.168.1.165" addrtype="ipv4"/>
|
842
|
+
</host>
|
843
|
+
<host><status state="down" reason="no-response"/>
|
844
|
+
<address addr="192.168.1.166" addrtype="ipv4"/>
|
845
|
+
</host>
|
846
|
+
<host><status state="down" reason="no-response"/>
|
847
|
+
<address addr="192.168.1.167" addrtype="ipv4"/>
|
848
|
+
</host>
|
849
|
+
<host><status state="down" reason="no-response"/>
|
850
|
+
<address addr="192.168.1.168" addrtype="ipv4"/>
|
851
|
+
</host>
|
852
|
+
<host><status state="down" reason="no-response"/>
|
853
|
+
<address addr="192.168.1.169" addrtype="ipv4"/>
|
854
|
+
</host>
|
855
|
+
<host><status state="down" reason="no-response"/>
|
856
|
+
<address addr="192.168.1.170" addrtype="ipv4"/>
|
857
|
+
</host>
|
858
|
+
<host><status state="down" reason="no-response"/>
|
859
|
+
<address addr="192.168.1.171" addrtype="ipv4"/>
|
860
|
+
</host>
|
861
|
+
<host><status state="down" reason="no-response"/>
|
862
|
+
<address addr="192.168.1.172" addrtype="ipv4"/>
|
863
|
+
</host>
|
864
|
+
<host><status state="down" reason="no-response"/>
|
865
|
+
<address addr="192.168.1.173" addrtype="ipv4"/>
|
866
|
+
</host>
|
867
|
+
<host><status state="down" reason="no-response"/>
|
868
|
+
<address addr="192.168.1.174" addrtype="ipv4"/>
|
869
|
+
</host>
|
870
|
+
<host><status state="down" reason="no-response"/>
|
871
|
+
<address addr="192.168.1.175" addrtype="ipv4"/>
|
872
|
+
</host>
|
873
|
+
<host><status state="down" reason="no-response"/>
|
874
|
+
<address addr="192.168.1.176" addrtype="ipv4"/>
|
875
|
+
</host>
|
876
|
+
<host><status state="down" reason="no-response"/>
|
877
|
+
<address addr="192.168.1.177" addrtype="ipv4"/>
|
878
|
+
</host>
|
879
|
+
<host><status state="down" reason="no-response"/>
|
880
|
+
<address addr="192.168.1.178" addrtype="ipv4"/>
|
881
|
+
</host>
|
882
|
+
<host><status state="down" reason="no-response"/>
|
883
|
+
<address addr="192.168.1.179" addrtype="ipv4"/>
|
884
|
+
</host>
|
885
|
+
<host><status state="down" reason="no-response"/>
|
886
|
+
<address addr="192.168.1.180" addrtype="ipv4"/>
|
887
|
+
</host>
|
888
|
+
<host><status state="down" reason="no-response"/>
|
889
|
+
<address addr="192.168.1.181" addrtype="ipv4"/>
|
890
|
+
</host>
|
891
|
+
<host><status state="down" reason="no-response"/>
|
892
|
+
<address addr="192.168.1.182" addrtype="ipv4"/>
|
893
|
+
</host>
|
894
|
+
<host><status state="down" reason="no-response"/>
|
895
|
+
<address addr="192.168.1.183" addrtype="ipv4"/>
|
896
|
+
</host>
|
897
|
+
<host><status state="down" reason="no-response"/>
|
898
|
+
<address addr="192.168.1.184" addrtype="ipv4"/>
|
899
|
+
</host>
|
900
|
+
<host><status state="down" reason="no-response"/>
|
901
|
+
<address addr="192.168.1.185" addrtype="ipv4"/>
|
902
|
+
</host>
|
903
|
+
<host><status state="down" reason="no-response"/>
|
904
|
+
<address addr="192.168.1.186" addrtype="ipv4"/>
|
905
|
+
</host>
|
906
|
+
<host><status state="down" reason="no-response"/>
|
907
|
+
<address addr="192.168.1.187" addrtype="ipv4"/>
|
908
|
+
</host>
|
909
|
+
<host><status state="down" reason="no-response"/>
|
910
|
+
<address addr="192.168.1.188" addrtype="ipv4"/>
|
911
|
+
</host>
|
912
|
+
<host><status state="down" reason="no-response"/>
|
913
|
+
<address addr="192.168.1.189" addrtype="ipv4"/>
|
914
|
+
</host>
|
915
|
+
<host><status state="down" reason="no-response"/>
|
916
|
+
<address addr="192.168.1.190" addrtype="ipv4"/>
|
917
|
+
</host>
|
918
|
+
<host><status state="down" reason="no-response"/>
|
919
|
+
<address addr="192.168.1.191" addrtype="ipv4"/>
|
920
|
+
</host>
|
921
|
+
<host><status state="down" reason="no-response"/>
|
922
|
+
<address addr="192.168.1.192" addrtype="ipv4"/>
|
923
|
+
</host>
|
924
|
+
<host><status state="down" reason="no-response"/>
|
925
|
+
<address addr="192.168.1.193" addrtype="ipv4"/>
|
926
|
+
</host>
|
927
|
+
<host><status state="down" reason="no-response"/>
|
928
|
+
<address addr="192.168.1.194" addrtype="ipv4"/>
|
929
|
+
</host>
|
930
|
+
<host><status state="down" reason="no-response"/>
|
931
|
+
<address addr="192.168.1.195" addrtype="ipv4"/>
|
932
|
+
</host>
|
933
|
+
<host><status state="down" reason="no-response"/>
|
934
|
+
<address addr="192.168.1.196" addrtype="ipv4"/>
|
935
|
+
</host>
|
936
|
+
<host><status state="down" reason="no-response"/>
|
937
|
+
<address addr="192.168.1.197" addrtype="ipv4"/>
|
938
|
+
</host>
|
939
|
+
<host><status state="down" reason="no-response"/>
|
940
|
+
<address addr="192.168.1.198" addrtype="ipv4"/>
|
941
|
+
</host>
|
942
|
+
<host><status state="down" reason="no-response"/>
|
943
|
+
<address addr="192.168.1.199" addrtype="ipv4"/>
|
944
|
+
</host>
|
945
|
+
<host><status state="down" reason="no-response"/>
|
946
|
+
<address addr="192.168.1.200" addrtype="ipv4"/>
|
947
|
+
</host>
|
948
|
+
<host><status state="down" reason="no-response"/>
|
949
|
+
<address addr="192.168.1.201" addrtype="ipv4"/>
|
950
|
+
</host>
|
951
|
+
<host><status state="down" reason="no-response"/>
|
952
|
+
<address addr="192.168.1.202" addrtype="ipv4"/>
|
953
|
+
</host>
|
954
|
+
<host><status state="down" reason="no-response"/>
|
955
|
+
<address addr="192.168.1.203" addrtype="ipv4"/>
|
956
|
+
</host>
|
957
|
+
<host><status state="down" reason="no-response"/>
|
958
|
+
<address addr="192.168.1.204" addrtype="ipv4"/>
|
959
|
+
</host>
|
960
|
+
<host><status state="down" reason="no-response"/>
|
961
|
+
<address addr="192.168.1.205" addrtype="ipv4"/>
|
962
|
+
</host>
|
963
|
+
<host><status state="down" reason="no-response"/>
|
964
|
+
<address addr="192.168.1.206" addrtype="ipv4"/>
|
965
|
+
</host>
|
966
|
+
<host><status state="down" reason="no-response"/>
|
967
|
+
<address addr="192.168.1.207" addrtype="ipv4"/>
|
968
|
+
</host>
|
969
|
+
<host><status state="down" reason="no-response"/>
|
970
|
+
<address addr="192.168.1.208" addrtype="ipv4"/>
|
971
|
+
</host>
|
972
|
+
<host><status state="down" reason="no-response"/>
|
973
|
+
<address addr="192.168.1.209" addrtype="ipv4"/>
|
974
|
+
</host>
|
975
|
+
<host><status state="down" reason="no-response"/>
|
976
|
+
<address addr="192.168.1.210" addrtype="ipv4"/>
|
977
|
+
</host>
|
978
|
+
<host><status state="down" reason="no-response"/>
|
979
|
+
<address addr="192.168.1.211" addrtype="ipv4"/>
|
980
|
+
</host>
|
981
|
+
<host><status state="down" reason="no-response"/>
|
982
|
+
<address addr="192.168.1.212" addrtype="ipv4"/>
|
983
|
+
</host>
|
984
|
+
<host><status state="down" reason="no-response"/>
|
985
|
+
<address addr="192.168.1.213" addrtype="ipv4"/>
|
986
|
+
</host>
|
987
|
+
<host><status state="down" reason="no-response"/>
|
988
|
+
<address addr="192.168.1.214" addrtype="ipv4"/>
|
989
|
+
</host>
|
990
|
+
<host><status state="down" reason="no-response"/>
|
991
|
+
<address addr="192.168.1.215" addrtype="ipv4"/>
|
992
|
+
</host>
|
993
|
+
<host><status state="down" reason="no-response"/>
|
994
|
+
<address addr="192.168.1.216" addrtype="ipv4"/>
|
995
|
+
</host>
|
996
|
+
<host><status state="down" reason="no-response"/>
|
997
|
+
<address addr="192.168.1.217" addrtype="ipv4"/>
|
998
|
+
</host>
|
999
|
+
<host><status state="down" reason="no-response"/>
|
1000
|
+
<address addr="192.168.1.218" addrtype="ipv4"/>
|
1001
|
+
</host>
|
1002
|
+
<host><status state="down" reason="no-response"/>
|
1003
|
+
<address addr="192.168.1.219" addrtype="ipv4"/>
|
1004
|
+
</host>
|
1005
|
+
<host><status state="down" reason="no-response"/>
|
1006
|
+
<address addr="192.168.1.220" addrtype="ipv4"/>
|
1007
|
+
</host>
|
1008
|
+
<host><status state="down" reason="no-response"/>
|
1009
|
+
<address addr="192.168.1.221" addrtype="ipv4"/>
|
1010
|
+
</host>
|
1011
|
+
<host><status state="down" reason="no-response"/>
|
1012
|
+
<address addr="192.168.1.222" addrtype="ipv4"/>
|
1013
|
+
</host>
|
1014
|
+
<host><status state="down" reason="no-response"/>
|
1015
|
+
<address addr="192.168.1.223" addrtype="ipv4"/>
|
1016
|
+
</host>
|
1017
|
+
<host><status state="down" reason="no-response"/>
|
1018
|
+
<address addr="192.168.1.224" addrtype="ipv4"/>
|
1019
|
+
</host>
|
1020
|
+
<host><status state="down" reason="no-response"/>
|
1021
|
+
<address addr="192.168.1.225" addrtype="ipv4"/>
|
1022
|
+
</host>
|
1023
|
+
<host><status state="down" reason="no-response"/>
|
1024
|
+
<address addr="192.168.1.226" addrtype="ipv4"/>
|
1025
|
+
</host>
|
1026
|
+
<host><status state="down" reason="no-response"/>
|
1027
|
+
<address addr="192.168.1.227" addrtype="ipv4"/>
|
1028
|
+
</host>
|
1029
|
+
<host><status state="down" reason="no-response"/>
|
1030
|
+
<address addr="192.168.1.228" addrtype="ipv4"/>
|
1031
|
+
</host>
|
1032
|
+
<host><status state="down" reason="no-response"/>
|
1033
|
+
<address addr="192.168.1.229" addrtype="ipv4"/>
|
1034
|
+
</host>
|
1035
|
+
<host><status state="down" reason="no-response"/>
|
1036
|
+
<address addr="192.168.1.230" addrtype="ipv4"/>
|
1037
|
+
</host>
|
1038
|
+
<host><status state="down" reason="no-response"/>
|
1039
|
+
<address addr="192.168.1.231" addrtype="ipv4"/>
|
1040
|
+
</host>
|
1041
|
+
<host><status state="down" reason="no-response"/>
|
1042
|
+
<address addr="192.168.1.232" addrtype="ipv4"/>
|
1043
|
+
</host>
|
1044
|
+
<host><status state="down" reason="no-response"/>
|
1045
|
+
<address addr="192.168.1.233" addrtype="ipv4"/>
|
1046
|
+
</host>
|
1047
|
+
<host><status state="down" reason="no-response"/>
|
1048
|
+
<address addr="192.168.1.234" addrtype="ipv4"/>
|
1049
|
+
</host>
|
1050
|
+
<host><status state="down" reason="no-response"/>
|
1051
|
+
<address addr="192.168.1.235" addrtype="ipv4"/>
|
1052
|
+
</host>
|
1053
|
+
<host><status state="down" reason="no-response"/>
|
1054
|
+
<address addr="192.168.1.236" addrtype="ipv4"/>
|
1055
|
+
</host>
|
1056
|
+
<host><status state="down" reason="no-response"/>
|
1057
|
+
<address addr="192.168.1.237" addrtype="ipv4"/>
|
1058
|
+
</host>
|
1059
|
+
<host><status state="down" reason="no-response"/>
|
1060
|
+
<address addr="192.168.1.238" addrtype="ipv4"/>
|
1061
|
+
</host>
|
1062
|
+
<host><status state="down" reason="no-response"/>
|
1063
|
+
<address addr="192.168.1.239" addrtype="ipv4"/>
|
1064
|
+
</host>
|
1065
|
+
<host><status state="down" reason="no-response"/>
|
1066
|
+
<address addr="192.168.1.240" addrtype="ipv4"/>
|
1067
|
+
</host>
|
1068
|
+
<host><status state="down" reason="no-response"/>
|
1069
|
+
<address addr="192.168.1.241" addrtype="ipv4"/>
|
1070
|
+
</host>
|
1071
|
+
<host><status state="down" reason="no-response"/>
|
1072
|
+
<address addr="192.168.1.242" addrtype="ipv4"/>
|
1073
|
+
</host>
|
1074
|
+
<host><status state="down" reason="no-response"/>
|
1075
|
+
<address addr="192.168.1.243" addrtype="ipv4"/>
|
1076
|
+
</host>
|
1077
|
+
<host><status state="down" reason="no-response"/>
|
1078
|
+
<address addr="192.168.1.244" addrtype="ipv4"/>
|
1079
|
+
</host>
|
1080
|
+
<host><status state="down" reason="no-response"/>
|
1081
|
+
<address addr="192.168.1.245" addrtype="ipv4"/>
|
1082
|
+
</host>
|
1083
|
+
<host><status state="down" reason="no-response"/>
|
1084
|
+
<address addr="192.168.1.246" addrtype="ipv4"/>
|
1085
|
+
</host>
|
1086
|
+
<host><status state="down" reason="no-response"/>
|
1087
|
+
<address addr="192.168.1.247" addrtype="ipv4"/>
|
1088
|
+
</host>
|
1089
|
+
<host><status state="down" reason="no-response"/>
|
1090
|
+
<address addr="192.168.1.248" addrtype="ipv4"/>
|
1091
|
+
</host>
|
1092
|
+
<host><status state="down" reason="no-response"/>
|
1093
|
+
<address addr="192.168.1.249" addrtype="ipv4"/>
|
1094
|
+
</host>
|
1095
|
+
<host><status state="down" reason="no-response"/>
|
1096
|
+
<address addr="192.168.1.250" addrtype="ipv4"/>
|
1097
|
+
</host>
|
1098
|
+
<host><status state="down" reason="no-response"/>
|
1099
|
+
<address addr="192.168.1.251" addrtype="ipv4"/>
|
1100
|
+
</host>
|
1101
|
+
<host><status state="down" reason="no-response"/>
|
1102
|
+
<address addr="192.168.1.252" addrtype="ipv4"/>
|
1103
|
+
</host>
|
1104
|
+
<host><status state="down" reason="no-response"/>
|
1105
|
+
<address addr="192.168.1.253" addrtype="ipv4"/>
|
1106
|
+
</host>
|
1107
|
+
<host><status state="down" reason="no-response"/>
|
1108
|
+
<address addr="192.168.1.254" addrtype="ipv4"/>
|
1109
|
+
</host>
|
1110
|
+
<host><status state="down" reason="no-response"/>
|
1111
|
+
<address addr="192.168.1.255" addrtype="ipv4"/>
|
1112
|
+
</host>
|
1113
|
+
<taskbegin task="SYN Stealth Scan" time="1384632715"/>
|
1114
|
+
<taskend task="SYN Stealth Scan" time="1384632716" extrainfo="24 total ports"/>
|
1115
|
+
<taskbegin task="Service scan" time="1384632716"/>
|
1116
|
+
<host starttime="1384632405" endtime="1384632717"><status state="up" reason="echo-reply"/>
|
1117
|
+
<address addr="192.168.1.138" addrtype="ipv4"/>
|
1118
|
+
<hostnames>
|
1119
|
+
</hostnames>
|
1120
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
1121
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
1122
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
1123
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
1124
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
1125
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
1126
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
1127
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
1128
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
1129
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
1130
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
1131
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
1132
|
+
</ports>
|
1133
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
1134
|
+
<portused state="closed" proto="udp" portid="35295"/>
|
1135
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
1136
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
1137
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
1138
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
1139
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
1140
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
1141
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="2.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:2</cpe></osclass>
|
1142
|
+
<osclass type="general purpose" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
1143
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
1144
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
1145
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5.6</cpe></osclass>
|
1146
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
1147
|
+
<osclass type="media device" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7</cpe></osclass>
|
1148
|
+
<osclass type="proxy server" vendor="Blue Coat" osfamily="embedded" accuracy="100"/>
|
1149
|
+
<osclass type="general purpose" vendor="DragonFly BSD" osfamily="DragonFly BSD" osgen="2.X" accuracy="100"><cpe>cpe:/o:dragonflybsd:dragonfly_bsd:2</cpe></osclass>
|
1150
|
+
<osclass type="specialized" vendor="VMware" osfamily="ESX Server" osgen="3.X" accuracy="100"><cpe>cpe:/o:vmware:esx:3</cpe></osclass>
|
1151
|
+
</os>
|
1152
|
+
<distance value="1"/>
|
1153
|
+
<times srtt="36242" rttvar="28734" to="151178"/>
|
1154
|
+
</host>
|
1155
|
+
<host starttime="1384632405" endtime="1384632717"><status state="up" reason="echo-reply"/>
|
1156
|
+
<address addr="192.168.1.142" addrtype="ipv4"/>
|
1157
|
+
<hostnames>
|
1158
|
+
</hostnames>
|
1159
|
+
<ports><port protocol="tcp" portid="20"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp-data" method="table" conf="3"/></port>
|
1160
|
+
<port protocol="tcp" portid="21"><state state="closed" reason="reset" reason_ttl="64"/><service name="ftp" method="table" conf="3"/></port>
|
1161
|
+
<port protocol="tcp" portid="22"><state state="closed" reason="reset" reason_ttl="64"/><service name="ssh" method="table" conf="3"/></port>
|
1162
|
+
<port protocol="tcp" portid="23"><state state="closed" reason="reset" reason_ttl="64"/><service name="telnet" method="table" conf="3"/></port>
|
1163
|
+
<port protocol="tcp" portid="25"><state state="closed" reason="reset" reason_ttl="64"/><service name="smtp" method="table" conf="3"/></port>
|
1164
|
+
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
|
1165
|
+
<port protocol="tcp" portid="110"><state state="closed" reason="reset" reason_ttl="64"/><service name="pop3" method="table" conf="3"/></port>
|
1166
|
+
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
|
1167
|
+
<port protocol="tcp" portid="512"><state state="closed" reason="reset" reason_ttl="64"/><service name="exec" method="table" conf="3"/></port>
|
1168
|
+
<port protocol="tcp" portid="522"><state state="closed" reason="reset" reason_ttl="64"/><service name="ulp" method="table" conf="3"/></port>
|
1169
|
+
<port protocol="tcp" portid="1080"><state state="closed" reason="reset" reason_ttl="64"/><service name="socks" method="table" conf="3"/></port>
|
1170
|
+
<port protocol="tcp" portid="8080"><state state="closed" reason="reset" reason_ttl="64"/><service name="http-proxy" method="table" conf="3"/></port>
|
1171
|
+
</ports>
|
1172
|
+
<os><portused state="closed" proto="tcp" portid="20"/>
|
1173
|
+
<portused state="closed" proto="udp" portid="30454"/>
|
1174
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
1175
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="4.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:4</cpe></osclass>
|
1176
|
+
<osclass type="media device" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
1177
|
+
<osclass type="phone" vendor="Apple" osfamily="iOS" osgen="5.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:5</cpe></osclass>
|
1178
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.6.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.6</cpe></osclass>
|
1179
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="1.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:1</cpe></osclass>
|
1180
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="2.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:2</cpe></osclass>
|
1181
|
+
<osclass type="general purpose" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
1182
|
+
<osclass type="phone" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
1183
|
+
<osclass type="media device" vendor="Apple" osfamily="iPhone OS" osgen="3.X" accuracy="100"><cpe>cpe:/o:apple:iphone_os:3</cpe></osclass>
|
1184
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.5.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.5.6</cpe></osclass>
|
1185
|
+
<osclass type="general purpose" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7.0</cpe></osclass>
|
1186
|
+
<osclass type="media device" vendor="Apple" osfamily="Mac OS X" osgen="10.7.X" accuracy="100"><cpe>cpe:/o:apple:mac_os_x:10.7</cpe></osclass>
|
1187
|
+
<osclass type="proxy server" vendor="Blue Coat" osfamily="embedded" accuracy="100"/>
|
1188
|
+
<osclass type="general purpose" vendor="DragonFly BSD" osfamily="DragonFly BSD" osgen="2.X" accuracy="100"><cpe>cpe:/o:dragonflybsd:dragonfly_bsd:2</cpe></osclass>
|
1189
|
+
<osclass type="specialized" vendor="VMware" osfamily="ESX Server" osgen="3.X" accuracy="100"><cpe>cpe:/o:vmware:esx:3</cpe></osclass>
|
1190
|
+
</os>
|
1191
|
+
<distance value="1"/>
|
1192
|
+
<times srtt="36855" rttvar="18403" to="110467"/>
|
1193
|
+
</host>
|
1194
|
+
<runstats><finished time="1384632717" timestr="Sat Nov 16 14:11:57 2013" elapsed="905.38" summary="Nmap done at Sat Nov 16 14:11:57 2013; 256 IP addresses (12 hosts up) scanned in 905.38 seconds" exit="success"/><hosts up="12" down="244" total="256"/>
|
1195
|
+
</runstats>
|
1196
|
+
</nmaprun>
|