Skip to content

Commit 2afb550

Browse files
Robert Felberrfelber
authored andcommitted
Fix format
1 parent 6206eb4 commit 2afb550

3 files changed

Lines changed: 263 additions & 12 deletions

File tree

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
11
[
2-
{"target":"http://example.com","http_status":200,"request_config":{"headers":{"User-Agent":"WhatWeb/0.5.5"}},"plugins":{"Country":{"string":["EUROPEAN UNION"],"module":["EU"]},"HTML5":{},"HTTPServer":{"string":["ECS (dcb/7FA5)"]},"IP":{"string":["93.184.216.34"]},"Title":{"string":["Example Domain"]}}}
3-
]
2+
{
3+
"target": "http://example.com",
4+
"http_status": 200,
5+
"request_config": {
6+
"headers": {
7+
"User-Agent": "WhatWeb/0.5.5"
8+
}
9+
},
10+
"plugins": {
11+
"Country": {
12+
"string": [
13+
"EUROPEAN UNION"
14+
],
15+
"module": [
16+
"EU"
17+
]
18+
},
19+
"HTML5": {},
20+
"HTTPServer": {
21+
"string": [
22+
"ECS (dcb/7FA5)"
23+
]
24+
},
25+
"IP": {
26+
"string": [
27+
"93.184.216.34"
28+
]
29+
},
30+
"Title": {
31+
"string": [
32+
"Example Domain"
33+
]
34+
}
35+
}
36+
}
37+
]
Lines changed: 136 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,137 @@
11
[
2-
{"target":"http://securecodebox.io","http_status":301,"request_config":{"headers":{"User-Agent":"WhatWeb/0.5.5"}},"plugins":{"HTTPServer":{"string":["GitHub.com"]},"IP":{"string":["185.199.109.153"]},"RedirectLocation":{"string":["https://www.securecodebox.io/"]},"Title":{"string":["301 Moved Permanently"]},"UncommonHeaders":{"string":["x-github-request-id,x-served-by,x-cache-hits,x-timer,x-fastly-request-id"]},"Via-Proxy":{"string":["1.1 varnish"]}}}
3-
,
4-
{"target":"https://www.securecodebox.io/","http_status":200,"request_config":{"headers":{"User-Agent":"WhatWeb/0.5.5"}},"plugins":{"HTML5":{},"HTTPServer":{"string":["GitHub.com"]},"IP":{"string":["185.199.110.153"]},"Meta-Refresh-Redirect":{"string":["https://docs.securecodebox.io/"]},"Strict-Transport-Security":{"string":["max-age=31556952"]},"Title":{"string":["secureCodeBox – Testing your Software Security"]},"UncommonHeaders":{"string":["access-control-allow-origin,x-proxy-cache,x-github-request-id,x-served-by,x-cache-hits,x-timer,x-fastly-request-id"]},"Via-Proxy":{"string":["1.1 varnish"]}}}
5-
,
6-
{"target":"https://docs.securecodebox.io/","http_status":200,"request_config":{"headers":{"User-Agent":"WhatWeb/0.5.5"}},"plugins":{"Country":{"string":["UNITED STATES"],"module":["US"]},"HTML5":{},"HTTPServer":{"string":["Netlify"]},"IP":{"string":["3.64.200.242"]},"MetaGenerator":{"string":["Docusaurus v2.0.0-beta.3"]},"Open-Graph-Protocol":{},"Script":{},"Strict-Transport-Security":{"string":["max-age=31536000"]},"UncommonHeaders":{"string":["x-nf-request-id"]}}}
7-
]
2+
{
3+
"target": "http://securecodebox.io",
4+
"http_status": 301,
5+
"request_config": {
6+
"headers": {
7+
"User-Agent": "WhatWeb/0.5.5"
8+
}
9+
},
10+
"plugins": {
11+
"HTTPServer": {
12+
"string": [
13+
"GitHub.com"
14+
]
15+
},
16+
"IP": {
17+
"string": [
18+
"185.199.109.153"
19+
]
20+
},
21+
"RedirectLocation": {
22+
"string": [
23+
"https://www.securecodebox.io/"
24+
]
25+
},
26+
"Title": {
27+
"string": [
28+
"301 Moved Permanently"
29+
]
30+
},
31+
"UncommonHeaders": {
32+
"string": [
33+
"x-github-request-id,x-served-by,x-cache-hits,x-timer,x-fastly-request-id"
34+
]
35+
},
36+
"Via-Proxy": {
37+
"string": [
38+
"1.1 varnish"
39+
]
40+
}
41+
}
42+
},
43+
{
44+
"target": "https://www.securecodebox.io/",
45+
"http_status": 200,
46+
"request_config": {
47+
"headers": {
48+
"User-Agent": "WhatWeb/0.5.5"
49+
}
50+
},
51+
"plugins": {
52+
"HTML5": {},
53+
"HTTPServer": {
54+
"string": [
55+
"GitHub.com"
56+
]
57+
},
58+
"IP": {
59+
"string": [
60+
"185.199.110.153"
61+
]
62+
},
63+
"Meta-Refresh-Redirect": {
64+
"string": [
65+
"https://docs.securecodebox.io/"
66+
]
67+
},
68+
"Strict-Transport-Security": {
69+
"string": [
70+
"max-age=31556952"
71+
]
72+
},
73+
"Title": {
74+
"string": [
75+
"secureCodeBox – Testing your Software Security"
76+
]
77+
},
78+
"UncommonHeaders": {
79+
"string": [
80+
"access-control-allow-origin,x-proxy-cache,x-github-request-id,x-served-by,x-cache-hits,x-timer,x-fastly-request-id"
81+
]
82+
},
83+
"Via-Proxy": {
84+
"string": [
85+
"1.1 varnish"
86+
]
87+
}
88+
}
89+
},
90+
{
91+
"target": "https://docs.securecodebox.io/",
92+
"http_status": 200,
93+
"request_config": {
94+
"headers": {
95+
"User-Agent": "WhatWeb/0.5.5"
96+
}
97+
},
98+
"plugins": {
99+
"Country": {
100+
"string": [
101+
"UNITED STATES"
102+
],
103+
"module": [
104+
"US"
105+
]
106+
},
107+
"HTML5": {},
108+
"HTTPServer": {
109+
"string": [
110+
"Netlify"
111+
]
112+
},
113+
"IP": {
114+
"string": [
115+
"3.64.200.242"
116+
]
117+
},
118+
"MetaGenerator": {
119+
"string": [
120+
"Docusaurus v2.0.0-beta.3"
121+
]
122+
},
123+
"Open-Graph-Protocol": {},
124+
"Script": {},
125+
"Strict-Transport-Security": {
126+
"string": [
127+
"max-age=31536000"
128+
]
129+
},
130+
"UncommonHeaders": {
131+
"string": [
132+
"x-nf-request-id"
133+
]
134+
}
135+
}
136+
}
137+
]
Lines changed: 91 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
[
2-
{"target":"http://example.com","http_status":200,"request_config":{"headers":{"User-Agent":"WhatWeb/0.5.5"}},"plugins":{"Country":{"string":["EUROPEAN UNION"],"module":["EU"]},"HTML5":{},"HTTPServer":{"string":["ECS (dcb/7F39)"]},"IP":{"string":["93.184.216.34"]},"Title":{"string":["Example Domain"]}}}
3-
,
4-
{"target":"http://scanme.nmap.org","http_status":200,"request_config":{"headers":{"User-Agent":"WhatWeb/0.5.5"}},"plugins":{"Apache":{"version":["2.4.7"]},"Country":{"string":["RESERVED"],"module":["ZZ"]},"Google-Analytics":{"version":["Universal"],"account":["UA-11009417-1"]},"HTTPServer":{"os":["Ubuntu Linux"],"string":["Apache/2.4.7 (Ubuntu)"]},"IP":{"string":["45.33.32.156"]},"Script":{"string":["text/javascript"]},"Title":{"string":["Go ahead and ScanMe!"]}}}
5-
]
2+
{
3+
"target": "http://example.com",
4+
"http_status": 200,
5+
"request_config": {
6+
"headers": {
7+
"User-Agent": "WhatWeb/0.5.5"
8+
}
9+
},
10+
"plugins": {
11+
"Country": {
12+
"string": [
13+
"EUROPEAN UNION"
14+
],
15+
"module": [
16+
"EU"
17+
]
18+
},
19+
"HTML5": {},
20+
"HTTPServer": {
21+
"string": [
22+
"ECS (dcb/7F39)"
23+
]
24+
},
25+
"IP": {
26+
"string": [
27+
"93.184.216.34"
28+
]
29+
},
30+
"Title": {
31+
"string": [
32+
"Example Domain"
33+
]
34+
}
35+
}
36+
},
37+
{
38+
"target": "http://scanme.nmap.org",
39+
"http_status": 200,
40+
"request_config": {
41+
"headers": {
42+
"User-Agent": "WhatWeb/0.5.5"
43+
}
44+
},
45+
"plugins": {
46+
"Apache": {
47+
"version": [
48+
"2.4.7"
49+
]
50+
},
51+
"Country": {
52+
"string": [
53+
"RESERVED"
54+
],
55+
"module": [
56+
"ZZ"
57+
]
58+
},
59+
"Google-Analytics": {
60+
"version": [
61+
"Universal"
62+
],
63+
"account": [
64+
"UA-11009417-1"
65+
]
66+
},
67+
"HTTPServer": {
68+
"os": [
69+
"Ubuntu Linux"
70+
],
71+
"string": [
72+
"Apache/2.4.7 (Ubuntu)"
73+
]
74+
},
75+
"IP": {
76+
"string": [
77+
"45.33.32.156"
78+
]
79+
},
80+
"Script": {
81+
"string": [
82+
"text/javascript"
83+
]
84+
},
85+
"Title": {
86+
"string": [
87+
"Go ahead and ScanMe!"
88+
]
89+
}
90+
}
91+
}
92+
]

0 commit comments

Comments
 (0)