Skip to content

Commit 13d3fa4

Browse files
committed
Add example finding to whatweb scanner
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
1 parent 23f35e0 commit 13d3fa4

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[
2+
{
3+
"name":"http://old-typo3.default.svc/",
4+
"category":"WEB APPLICATION",
5+
"description":"New TYPO3 site: Home",
6+
"location":"http://old-typo3.default.svc/",
7+
"osi_layer":"NETWORK",
8+
"severity":"INFORMATIONAL",
9+
"attributes":{
10+
"requestConfig":"WhatWeb/0.5.5",
11+
"ipAddress":"10.96.137.239",
12+
"country":"RESERVED/ZZ",
13+
"HTML5":true,
14+
"Apache":"",
15+
"Content-Language":"en",
16+
"HTTPServer":"Apache/2.4.25 (Debian)",
17+
"MetaGenerator":"TYPO3 CMS",
18+
"PHP":"",
19+
"PoweredBy":"TYPO3",
20+
"X-Powered-By":"PHP/7.2.34"
21+
},
22+
"id":"78b495dd-a073-40b2-81e5-1a487b334fbe",
23+
"parsed_at":"2021-12-08T10:13:54.735Z"
24+
}
25+
]

scanners/whatweb/examples/example.com/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ metadata:
99
spec:
1010
scanType: "whatweb"
1111
parameters:
12-
- example.com
12+
- http://old-typo3.default.svc

0 commit comments

Comments
 (0)