diff --git a/scanners/nikto/Chart.yaml b/scanners/nikto/Chart.yaml index d4d225c7c3..55659e60c9 100644 --- a/scanners/nikto/Chart.yaml +++ b/scanners/nikto/Chart.yaml @@ -9,7 +9,8 @@ description: A Helm chart for the Nikto security scanner that integrates with th type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "2.1.6" +# appVersion - Nikto doesn't really version its releases +appVersion: 2.5.0 kubeVersion: ">=v1.11.0-0" keywords: diff --git a/scanners/nikto/README.md b/scanners/nikto/README.md index cfc36aa440..1f9b44cead 100644 --- a/scanners/nikto/README.md +++ b/scanners/nikto/README.md @@ -3,7 +3,7 @@ title: "Nikto" category: "scanner" type: "Webserver" state: "released" -appVersion: "2.1.6" +appVersion: "2.5.0" usecase: "Webserver Vulnerability Scanner" --- diff --git a/scanners/nikto/examples/demo-bodgeit/findings.yaml b/scanners/nikto/examples/demo-bodgeit/findings.yaml index ed40808daa..e0cc268b05 100644 --- a/scanners/nikto/examples/demo-bodgeit/findings.yaml +++ b/scanners/nikto/examples/demo-bodgeit/findings.yaml @@ -7,119 +7,57 @@ "name": "The anti-clickjacking X-Frame-Options header is not present.", "description": null, "category": "X-Frame-Options Header", - "location": "http://bodgeit/", + "location": "http://bodgeit.demo-targets.svc", "osi_layer": "NETWORK", "severity": "LOW", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "GET", - "port": 8080, - "niktoId": 999957 - }, - "id": "9fc0b231-3a91-4976-ad59-35d59a585a38" + "attributes": + { + "ip_address": "10.96.46.204", + "hostname": "bodgeit.demo-targets.svc", + "banner": "", + "method": "GET", + "port": 8080, + "niktoId": 999957, + }, + "id": "53d62642-865a-4cfb-b74c-275afa45d8b9", + "parsed_at": "2022-01-11T10:32:20.053Z", }, { - "name": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS", - "description": null, - "category": "X-XSS-Protection", - "location": "http://bodgeit/", - "osi_layer": "NETWORK", - "severity": "LOW", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "GET", - "port": 8080, - "niktoId": 999102 - }, - "id": "fd763ddc-beaf-4bb0-91f6-334fadfaad03" - }, - { - "name": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type", + "name": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type.", "description": null, "category": "X-Content-Type-Options Header", - "location": "http://bodgeit/", + "location": "http://bodgeit.demo-targets.svc", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "GET", - "port": 8080, - "niktoId": 999103 - }, - "id": "08fc1392-6da9-4d57-beb2-dc7f72bea503" + "attributes": + { + "ip_address": "10.96.46.204", + "hostname": "bodgeit.demo-targets.svc", + "banner": "", + "method": "GET", + "port": 8080, + "niktoId": 999103, + }, + "id": "b906cf2c-a1a0-4e03-a51b-0d88f47ee8d2", + "parsed_at": "2022-01-11T10:32:20.053Z", }, { - "name": "/favicon.ico file identifies this app/server as: Apache Tomcat (possibly 5.5.26 through 8.0.15), Alfresco Community", + "name": "/favicon.ico file identifies this app/server as: Apache Tomcat (possibly 5.5.26 through 8.0.15), Alfresco Community.", "description": null, "category": "Identified Software", - "location": "http://bodgeit/favicon.ico", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "GET", - "port": 8080, - "niktoId": 500645 - }, - "id": "4a6b694c-b0ac-465e-929e-8e67cbded3a8" - }, - { - "name": "Allowed HTTP Methods: GET, HEAD, POST, PUT, DELETE, OPTIONS", - "description": null, - "category": "Nikto Finding", - "location": "http://bodgeit/", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "OPTIONS", - "port": 8080, - "niktoId": 999990 - }, - "id": "7fe0661b-1eac-4e7c-ad02-0fa5b293700c" - }, - { - "name": "HTTP method ('Allow' Header): 'PUT' method could allow clients to save files on the web server.", - "description": null, - "category": "Nikto Finding", - "location": "http://bodgeit/", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "GET", - "port": 8080, - "niktoId": 400001 - }, - "id": "f63b2cd6-cb19-43f5-a086-c5084e8b8e2b" - }, - { - "name": "HTTP method ('Allow' Header): 'DELETE' may allow clients to remove files on the web server.", - "description": null, - "category": "Nikto Finding", - "location": "http://bodgeit/", + "location": "http://bodgeit.demo-targets.svc", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.105.36.237", - "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", - "method": "GET", - "port": 8080, - "niktoId": 400000 - }, - "id": "237ff776-7fc1-4509-b51e-d916b3951422" + "attributes": + { + "ip_address": "10.96.46.204", + "hostname": "bodgeit.demo-targets.svc", + "banner": "", + "method": "GET", + "port": 8080, + "niktoId": 500645, + }, + "id": "8f6141f1-7401-4fb0-8219-b711599cc1f5", + "parsed_at": "2022-01-11T10:32:20.053Z", } ] diff --git a/scanners/nikto/examples/demo-bodgeit/nikto-results.json b/scanners/nikto/examples/demo-bodgeit/nikto-results.json index dcb39259a1..fffaba6843 100644 --- a/scanners/nikto/examples/demo-bodgeit/nikto-results.json +++ b/scanners/nikto/examples/demo-bodgeit/nikto-results.json @@ -1,57 +1,77 @@ { - "host": "bodgeit", - "ip": "10.105.36.237", + "host": "bodgeit.demo-targets.svc", + "ip": "10.96.46.204", "port": "8080", - "banner": "Apache-Coyote/1.1", - "vulnerabilities": [ - { - "id": "999957", - "OSVDB": "0", - "method": "GET", - "url": "/", - "msg": "The anti-clickjacking X-Frame-Options header is not present." - }, - { - "id": "999102", - "OSVDB": "0", - "method": "GET", - "url": "/", - "msg": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS" - }, - { - "id": "999103", - "OSVDB": "0", - "method": "GET", - "url": "/", - "msg": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type" - }, - { - "id": "500645", - "OSVDB": "39272", - "method": "GET", - "url": "/favicon.ico", - "msg": "/favicon.ico file identifies this app/server as: Apache Tomcat (possibly 5.5.26 through 8.0.15), Alfresco Community" - }, - { - "id": "999990", - "OSVDB": "0", - "method": "OPTIONS", - "url": "/", - "msg": "Allowed HTTP Methods: GET, HEAD, POST, PUT, DELETE, OPTIONS " - }, - { - "id": "400001", - "OSVDB": "397", - "method": "GET", - "url": "/", - "msg": "HTTP method ('Allow' Header): 'PUT' method could allow clients to save files on the web server." - }, - { - "id": "400000", - "OSVDB": "5646", - "method": "GET", - "url": "/", - "msg": "HTTP method ('Allow' Header): 'DELETE' may allow clients to remove files on the web server." - } - ] + "banner": "", + "vulnerabilities": [{ + "id": "999957", + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + "method": "GET", + "url": "", + "msg": "The anti-clickjacking X-Frame-Options header is not present." + }, { + "id": "999103", + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + "method": "GET", + "url": "", + "msg": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type." + }, { + "id": "500645", + "references": "https://en.wikipedia.org/wiki/Favicon", + "method": "GET", + "url": "", + "msg": "/favicon.ico file identifies this app/server as: Apache Tomcat (possibly 5.5.26 through 8.0.15), Alfresco Community." + }, { + "id": "999990", + "method": "OPTIONS", + "url": "", + "msg": "Allowed HTTP Methods: GET, HEAD, POST, PUT, DELETE, OPTIONS ." + }, { + "id": "400001", + "method": "GET", + "url": "", + "msg": "HTTP method ('Allow' Header): 'PUT' method could allow clients to save files on the web server." + }, { + "id": "400000", + "method": "GET", + "url": "", + "msg": "HTTP method ('Allow' Header): 'DELETE' may allow clients to remove files on the web server." + }, { + "id": "000366", + "method": "GET", + "url": "", + "msg": "/examples/servlets/index.html: Apache Tomcat default JSP pages present." + }, { + "id": "001355", + "references": "CVE-2004-2104", + "method": "GET", + "url": "", + "msg": "/examples/jsp/snp/snoop.jsp: Displays information about page retrievals, including other users." + }, { + "id": "003399", + "references": "CWE-552", + "method": "GET", + "url": "", + "msg": "/manager/manager-howto.html: Tomcat documentation found." + }, { + "id": "006525", + "method": "GET", + "url": "", + "msg": "/manager/html: Default Tomcat Manager / Host Manager interface found." + }, { + "id": "006525", + "method": "GET", + "url": "", + "msg": "/host-manager/html: Default Tomcat Manager / Host Manager interface found." + }, { + "id": "007015", + "method": "GET", + "url": "", + "msg": "/manager/status: Default Tomcat Server Status interface found." + }, { + "id": "007015", + "method": "GET", + "url": "", + "msg": "/host-manager/status: Default Tomcat Server Status interface found." + }] } diff --git a/scanners/nikto/examples/demo-bodgeit/scan.yaml b/scanners/nikto/examples/demo-bodgeit/scan.yaml index 8272fa05a9..f5cdb09f57 100644 --- a/scanners/nikto/examples/demo-bodgeit/scan.yaml +++ b/scanners/nikto/examples/demo-bodgeit/scan.yaml @@ -12,7 +12,7 @@ spec: scanType: 'nikto' parameters: - '-h' - - 'bodgeit' + - 'bodgeit.demo-targets.svc' - '-port 8080' - '-Tuning' # Only enable fast (ish) Scan Options, remove attack option like SQLi and RCE. We will leave those to ZAP diff --git a/scanners/nikto/examples/demo-secureCodeBox.io/scan.yaml b/scanners/nikto/examples/demo-docs.securecodebox.io/scan.yaml similarity index 83% rename from scanners/nikto/examples/demo-secureCodeBox.io/scan.yaml rename to scanners/nikto/examples/demo-docs.securecodebox.io/scan.yaml index e097fb0db0..cee434e140 100644 --- a/scanners/nikto/examples/demo-secureCodeBox.io/scan.yaml +++ b/scanners/nikto/examples/demo-docs.securecodebox.io/scan.yaml @@ -5,14 +5,14 @@ apiVersion: 'execution.securecodebox.io/v1' kind: Scan metadata: - name: 'nikto-www.securecodebox.io' + name: 'nikto-docs.securecodebox.io' labels: organization: 'secureCodeBox' spec: scanType: 'nikto' parameters: - '-h' - - 'https://www.securecodebox.io' + - 'https://docs.securecodebox.io/' - '-Tuning' # Only enable fast (ish) Scan Options, remove attack option like SQLi and RCE. We will leave those to ZAP - '1,2,3,5,7,b' diff --git a/scanners/nikto/examples/demo-juice-shop/findings.yaml b/scanners/nikto/examples/demo-juice-shop/findings.yaml index a0db366e22..f2bc8505e6 100644 --- a/scanners/nikto/examples/demo-juice-shop/findings.yaml +++ b/scanners/nikto/examples/demo-juice-shop/findings.yaml @@ -4,1754 +4,60 @@ [ { - "name": "Retrieved x-powered-by header: Express", + "name": "Retrieved access-control-allow-origin header: *.", "description": null, "category": "Nikto Finding", - "location": "http://juice-shop/", + "location": "http://juice-shop.demo-targets.svc", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "GET", - "port": 3000, - "niktoId": 999986 - }, - "id": "f583114f-2728-4c4a-a058-0386965461e8" + "attributes": + { + "ip_address": "10.96.244.199", + "hostname": "juice-shop.demo-targets.svc", + "banner": "", + "method": "GET", + "port": 3000, + "niktoId": 999986, + }, + "id": "ada07ba9-6bb3-4d3f-ad43-a70271364639", + "parsed_at": "2022-01-11T10:18:28.344Z", }, { - "name": "Retrieved access-control-allow-origin header: *", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", "description": null, "category": "Nikto Finding", - "location": "http://juice-shop/", + "location": "http://juice-shop.demo-targets.svc", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "GET", - "port": 3000, - "niktoId": 999986 - }, - "id": "73239041-0bea-4dfe-9201-5806b33e0685" + "attributes": + { + "ip_address": "10.96.244.199", + "hostname": "juice-shop.demo-targets.svc", + "banner": "", + "method": "GET", + "port": 3000, + "niktoId": 999997, + }, + "id": "0738d403-5440-4ede-ae36-47ecbf34ad9b", + "parsed_at": "2022-01-11T10:18:28.345Z", }, { - "name": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS", - "description": null, - "category": "X-XSS-Protection", - "location": "http://juice-shop/", - "osi_layer": "NETWORK", - "severity": "LOW", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "GET", - "port": 3000, - "niktoId": 999102 - }, - "id": "cd491b84-79de-4ec2-bcb8-52d693f05527" - }, - { - "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200)", - "description": null, - "category": "Nikto Finding", - "location": "http://juice-shop/ftp/", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "GET", - "port": 3000, - "niktoId": 999997 - }, - "id": "5a91aacc-1d90-41ca-8322-6a226832149e" - }, - { - "name": "\"robots.txt\" contains 1 entry which should be manually viewed.", + "name": '"robots.txt" contains 1 entry which should be manually viewed.', "description": null, "category": "robots.txt", - "location": "http://juice-shop/robots.txt", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "GET", - "port": 3000, - "niktoId": 999996 - }, - "id": "2b7a3d50-6efa-4fa6-a762-104fe3e014d1" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "20b9a27b-62de-472b-91f9-726b5948b512" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "a12741f9-c605-4d38-95a4-6f4f3a552455" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "bd3586b1-2585-4586-8a27-e6451e79d263" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "745d41af-e841-4e5b-99ad-0dda0f53d95c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "570931c6-5134-46c6-98cd-e8e5e7616ac6" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "1ce12475-3de0-4339-bc64-4fed5bbc6dd9" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f39d839a-3a90-4955-bd3d-a7d7268b81dc" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "644be13c-f950-4807-a16a-f7874014c0d0" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "3987883d-0888-4dc0-abda-c014019c1fe8" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "5d5ddba9-84f7-4331-88af-f03024038be7" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "2a4b9f7c-b75b-4c2c-9998-b311d6f76ae1" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "7222dd67-e68b-4999-8ae4-bab564e8e84b" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "e930eb73-fb8d-41ae-b1e9-da292080522a" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f5ec2548-849f-45ac-8a2b-0b115c40960e" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "4f60ac7c-b54a-4309-917b-297645137640" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "dc299fdc-1498-4959-9603-6c256287b0e4" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.sql", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ea5c3dcf-0321-4363-8f03-b4ea732a7270" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "310722fe-7490-4172-a4e4-809b6eaf1756" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "087ab987-5f61-41c1-9a33-a0728cc2ba5c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "52b5afe9-046c-449a-9b4d-0ad712165a3c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "bf40b84f-76c6-4bd8-860c-080d69075cf9" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "9f736622-fc06-4771-9e9e-c3f1b1ceedff" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.sql", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "7ed91337-a9e3-4755-9c9c-f496bc7745e7" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "0db3a8b6-93cb-4319-ad7c-1eb8b1346205" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "4e047b68-b48e-4908-bfe2-84aa2ba914c9" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.sql", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "47edf175-0730-431d-b6c6-038324d75f41" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "59aa0728-7b58-4aa6-841e-0bc43bbac444" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "599cb4f6-51eb-4944-89a7-bd85bf1ddac9" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "c6874e6b-0530-4033-98af-241f7c24fe6d" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "3a54781c-a66a-4136-b0fc-42bcc487b545" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f2eb954b-3ad8-4f0b-a43b-0c0f42ca2cf0" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "e2d7e804-c667-415c-ba04-366b4c13bfd0" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "8c958ace-2b67-42d1-8e50-6eed8983a730" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ab80efcd-3000-451f-be08-8fcdb72eaad7" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ca4e5084-803f-4ec8-98e0-e90fcc3b7166" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f598bea3-b2d8-458a-a325-96a3d7147966" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "8be2eb5e-2865-4b87-88dc-583af046da6d" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.sql", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "03f5eefc-aa08-4d55-9f0d-d9d90e6c0adc" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "c55cd522-e70f-4179-a46e-b6ba2ed26f1e" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "0cba8524-9e83-413f-b8cf-73f2d11fae4c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "8c73f169-3059-4a0a-8d4b-efe071d7bfad" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "089256d5-9ff1-4b33-869c-61c934d7289b" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ca5709d0-be96-4260-b313-231ef6d2795b" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "1c5909b0-fc46-48d3-a199-59d100827202" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "e066e494-4acd-43ce-ae27-a6e754089345" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "beacc79a-e34c-42fa-a7fe-8b829634c055" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "7e641d05-d748-45e0-8d67-adc05e5431b2" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.sql", + "location": "http://juice-shop.demo-targets.svc", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "8643683f-9b1d-416e-94ce-9591e271fddb" + "attributes": + { + "ip_address": "10.96.244.199", + "hostname": "juice-shop.demo-targets.svc", + "banner": "", + "method": "GET", + "port": 3000, + "niktoId": 999996, + }, + "id": "1d4c72c8-337c-47ea-b59f-5231928e1b9c", + "parsed_at": "2022-01-11T10:18:28.345Z", }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.sql", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ed70da8f-90bd-45ff-bfb4-d19625e4e8b1" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "54a64ba8-2141-4909-8d50-1e79ad8ee83f" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "d337ac57-43ce-498d-b6dd-b05ca62d0ed8" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ab82d8f4-d49a-43cb-88b7-7ef88242a359" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "93d1be87-5647-4500-8898-8b8d46fbb766" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "e52b4788-716b-4bfb-b0f5-9ad6455d5e81" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "77c3e373-3cac-4913-aad0-e4c59f60f965" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.sql", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "3394df36-3d40-43ec-9593-d3dbefaffd2f" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "c8220b74-73a7-4399-86a5-e01d4476d5be" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "710ea26b-c5bd-42a5-8c7d-2b89a80589f9" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ceb5d33d-d256-4597-9f42-d15db51c3189" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "404a0054-55b8-49ee-a88b-80e41608a6d3" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "abe1072e-ff8e-4b2d-be53-f4a38d0b1859" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "6c2eb94e-601b-4052-a71d-4a5ada76a82f" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "71b72822-a03a-438a-ba20-a09e402074c8" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "fc818e74-8228-4e31-b7af-521bc7320cbe" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "3ae198df-3276-429e-abd1-3637855bee7e" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.tgz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "106726d1-3044-4ff6-ad7f-daf9c71f07e4" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f20f9e9d-dad4-4cb4-be9e-5335b4a936b3" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "6bb839d0-6ac8-4ecf-bf0b-ec414a815ccd" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "8857d056-25c1-447f-b0b1-294a4d97b965" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "7e2325ec-c306-4089-967b-1275d5e33c07" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "94d047b1-b7cc-4a8a-a008-6defe85a87f3" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "332fe077-ed96-4e21-b489-06a27b5906de" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "fbf861f3-4eb8-4baa-9a52-7e8bac378ba5" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "e93ec064-ae9b-43c4-ad1f-d04fad8981d2" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.jks", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "b20c1d9e-c3b3-40f8-b7d7-cbc02242807c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "dbbcdcba-e91a-47d8-a3f8-0fce115e036c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f2d18256-f1c2-44b9-9f21-3b83be1e8bf5" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "a1a55843-70c1-40e7-a68e-8540430657a4" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.zip", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "73a17664-d0e6-4996-94ef-49b7a97b5c55" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "073eb179-0060-4b90-ac0c-83b18dc22336" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "b3a886a6-8c3a-4b1b-99e9-950d8d1a2098" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.pem", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f34f3835-e4f2-4967-89bd-9120840749a6" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "7921bcdb-c926-42e1-af47-72738cf7d03b" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "aca14ba9-b06e-40a8-a307-304e1ff81058" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "c8244cab-0986-47aa-9732-0da61694bccb" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "7309d5c6-a3b2-49e3-86b8-e8127ce1dad3" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/site.tar.bz2", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "c09c09b3-bda5-4bbd-b0a2-3f81c6fe8ee9" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.war", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "3e50c9e4-4f5b-4f8b-ac69-e36c41a034e7" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.egg", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "c082ce91-d562-417b-af39-ffec8a963d3d" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ed1badc5-3c65-4bfb-9cf8-3b5784c08f71" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.tar", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "b6fd8586-1420-4883-beb9-a95792c7bbbf" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "ddb82345-4f24-4c7f-8998-1d8a684aa1c1" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/10.111.44.167.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "8081cda7-94ff-4c69-bbf3-5bb3c9754b6c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/juice-shop.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "552baa54-2f18-4f0c-a44b-c860c937eb78" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/backup.cer", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "394dea81-0434-43b3-bcfd-7a951e3c366c" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/dump.alz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "f18aada5-3558-499f-8af3-c43641d044b8" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.tar.lzma", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "919b7475-a7b0-4b89-8960-886b93d575ee" - }, - { - "name": "Potentially interesting backup/cert file found.", - "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/archive.tar.gz", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - "attributes": { - "ip_address": "10.111.44.167", - "hostname": "juice-shop", - "banner": "", - "method": "HEAD", - "port": 3000, - "niktoId": 740001 - }, - "id": "211dbe86-3b1c-41f5-aa7c-90ed12eddd27" - } ] diff --git a/scanners/nikto/examples/demo-juice-shop/nikto-results.json b/scanners/nikto/examples/demo-juice-shop/nikto-results.json index 991cbdaac8..48b659aedf 100644 --- a/scanners/nikto/examples/demo-juice-shop/nikto-results.json +++ b/scanners/nikto/examples/demo-juice-shop/nikto-results.json @@ -1,729 +1,892 @@ { - "host": "juice-shop", - "ip": "10.111.44.167", + "host": "juice-shop.demo-targets.svc", + "ip": "10.96.244.199", "port": "3000", "banner": "", - "vulnerabilities": [ - { - "id": "999986", - "OSVDB": "0", - "method": "GET", - "url": "/", - "msg": "Retrieved x-powered-by header: Express" - }, - { - "id": "999986", - "OSVDB": "0", - "method": "GET", - "url": "/", - "msg": "Retrieved access-control-allow-origin header: *" - }, - { - "id": "999102", - "OSVDB": "0", - "method": "GET", - "url": "/", - "msg": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS" - }, - { - "id": "999997", - "OSVDB": "0", - "method": "GET", - "url": "/ftp/", - "msg": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200)" - }, - { - "id": "999996", - "OSVDB": "0", - "method": "GET", - "url": "/robots.txt", - "msg": "\"robots.txt\" contains 1 entry which should be manually viewed." - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.sql", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.tgz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.jks", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.zip", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.pem", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/site.tar.bz2", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.war", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.egg", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.tar", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/database.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/10.111.44.167.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/juice-shop.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/backup.cer", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/dump.alz", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.tar.lzma", - "msg": "Potentially interesting backup/cert file found. " - }, - { - "id": "740001", - "OSVDB": "0", - "method": "HEAD", - "url": "/archive.tar.gz", - "msg": "Potentially interesting backup/cert file found. " - } - ] + "vulnerabilities": [{ + "id": "999986", + "method": "GET", + "url": "", + "msg": "Retrieved access-control-allow-origin header: *." + }, { + "id": "999997", + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + "method": "GET", + "url": "", + "msg": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200)." + }, { + "id": "999996", + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + "method": "GET", + "url": "", + "msg": "\"robots.txt\" contains 1 entry which should be manually viewed." + }, { + "id": "999103", + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + "method": "GET", + "url": "", + "msg": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "001675", + "method": "GET", + "url": "", + "msg": "/ftp/: This might be interesting." + }, { + "id": "001811", + "method": "GET", + "url": "", + "msg": "/public/: This might be interesting." + }, { + "id": "006737", + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + "method": "POST", + "url": "", + "msg": "/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/connectors/jqueryFileTree.php: NextGEN Gallery LFI." + }, { + "id": "006737", + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + "method": "POST", + "url": "", + "msg": "/wordpress/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/connectors/jqueryFileTree.php: NextGEN Gallery LFI." + }] } diff --git a/scanners/nikto/examples/demo-juice-shop/scan.yaml b/scanners/nikto/examples/demo-juice-shop/scan.yaml index 5d91d1726e..237d5b62f9 100644 --- a/scanners/nikto/examples/demo-juice-shop/scan.yaml +++ b/scanners/nikto/examples/demo-juice-shop/scan.yaml @@ -12,7 +12,7 @@ spec: scanType: 'nikto' parameters: - '-h' - - 'juice-shop' + - 'juice-shop.demo-targets.svc' - '-port 3000' - '-Tuning' # Only enable fast (ish) Scan Options, remove attack option like SQLi and RCE. We will leave those to ZAP diff --git a/scanners/nikto/integration-tests/nikto.test.js b/scanners/nikto/integration-tests/nikto.test.js index 65a205b0b0..ec41bc3814 100644 --- a/scanners/nikto/integration-tests/nikto.test.js +++ b/scanners/nikto/integration-tests/nikto.test.js @@ -23,21 +23,23 @@ test( 90 ); - expect(count).toBe(6); + expect(count).toBe(13); expect(categories).toMatchInlineSnapshot(` - Object { - "Identified Software": 1, - "Nikto Finding": 3, - "X-Content-Type-Options Header": 1, - "X-Frame-Options Header": 1, - } - `); +Object { + "Identified Software": 1, + "Nikto Finding": 3, + "Potential Vulnerability": 7, + "X-Content-Type-Options Header": 1, + "X-Frame-Options Header": 1, +} +`); expect(severities).toMatchInlineSnapshot(` - Object { - "informational": 5, - "low": 1, - } - `); +Object { + "high": 7, + "informational": 5, + "low": 1, +} +`); }, 3 * 60 * 1000 ); diff --git a/scanners/nikto/parser/__snapshots__/parser.test.js.snap b/scanners/nikto/parser/__snapshots__/parser.test.js.snap index 6cfb6e401f..d9204d2312 100644 --- a/scanners/nikto/parser/__snapshots__/parser.test.js.snap +++ b/scanners/nikto/parser/__snapshots__/parser.test.js.snap @@ -4,3923 +4,2371 @@ exports[`parses OWASP Juice Shop result file into findings 1`] = ` Array [ Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "GET", "niktoId": 999986, - "port": 443, + "port": 3000, }, "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "Retrieved access-control-allow-origin header: *", + "location": "http://juice-shop.demo-targets.svc", + "name": "Retrieved access-control-allow-origin header: *.", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "GET", - "niktoId": 999102, - "port": 443, - }, - "category": "X-XSS-Protection", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS", - "osi_layer": "NETWORK", - "severity": "LOW", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "Uncommon header 'feature-policy' found, with contents: payment 'self'", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "GET", - "niktoId": 999955, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "The site uses SSL and Expect-CT header is not present.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "GET", - "niktoId": 999997, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/ftp/", - "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200)", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "GET", - "niktoId": 999996, - "port": 443, - }, - "category": "robots.txt", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/robots.txt", - "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "GET", - "niktoId": 999966, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "The Content-Encoding header is set to \\"deflate\\" this may mean that the server is vulnerable to the BREACH attack.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.tar.bz2", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.cer", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.tar", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar.bz2", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.cer", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.cer", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.war", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.zip", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.war", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.zip", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tar.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.pem", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.cer", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.zip", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.tar.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.tar.bz2", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.pem", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar.bz2", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.tar.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.war", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar.bz2", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.cer", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.zip", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.tgz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.pem", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.war", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.egg", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.pem", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tar", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.zip", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.zip", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.cer", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.jks", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.alz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tar.bz2", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.tar.gz", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.sql", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tar.lzma", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, - }, - "category": "Potential Backup File", - "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.tar", - "name": "Potentially interesting backup/cert file found.", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "niktoId": 999997, + "port": 3000, }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", + "method": "GET", + "niktoId": 999996, + "port": 3000, }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", + "method": "GET", + "niktoId": 999103, + "port": 3000, }, - "category": "Potential Backup File", + "category": "X-Content-Type-Options Header", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type.", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.io.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.war: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/demo-targets.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.svc.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/10.96.244.199.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/svc.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.pem: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targetssvc.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shopdemo-targets.tar: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop_demo-targets_svc.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/juice-shop.demo-targets.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/database.alz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", + "method": "GET", + "niktoId": 1675, + "port": 3000, }, - "category": "Potential Backup File", + "category": "Potential Vulnerability", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/ftp/: This might be interesting.", "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", + "severity": "HIGH", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", + "method": "GET", + "niktoId": 1811, + "port": 3000, }, - "category": "Potential Backup File", + "category": "Potential Vulnerability", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/public/: This might be interesting.", "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", + "severity": "HIGH", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", + "method": "POST", + "niktoId": 6737, + "port": 3000, }, - "category": "Potential Backup File", + "category": "Potential Vulnerability", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/connectors/jqueryFileTree.php: NextGEN Gallery LFI.", "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", + "severity": "HIGH", }, Object { "attributes": Object { - "banner": "nginx/1.17.8", - "hostname": "juice-shop.demo.securecodebox.io", - "ip_address": "35.246.195.112", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop.demo-targets.svc", + "ip_address": "10.96.244.199", + "method": "POST", + "niktoId": 6737, + "port": 3000, }, - "category": "Potential Backup File", + "category": "Potential Vulnerability", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop.demo-targets.svc", + "name": "/wordpress/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/connectors/jqueryFileTree.php: NextGEN Gallery LFI.", "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", + "severity": "HIGH", }, ] `; @@ -3929,241 +2377,49 @@ exports[`parses www.securecodebox.io result file into findings 1`] = ` Array [ Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999986, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Retrieved via header: 1.1 varnish", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999986, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Retrieved x-served-by header: cache-fra19151-FRA", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999986, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Retrieved access-control-allow-origin header: *", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", + "banner": "Netlify", + "hostname": "docs.securecodebox.io", + "ip_address": "46.101.121.244", "method": "GET", "niktoId": 999957, - "port": 443, + "port": 80, }, "category": "X-Frame-Options Header", "description": null, - "location": "https://www.securecodebox.io/", + "location": "http://docs.securecodebox.io", "name": "The anti-clickjacking X-Frame-Options header is not present.", "osi_layer": "NETWORK", "severity": "LOW", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999102, - "port": 443, - }, - "category": "X-XSS-Protection", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS", - "osi_layer": "NETWORK", - "severity": "LOW", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-timer' found, with contents: S1585519074.290715,VS0,VE1", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-cache' found, with contents: HIT", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-proxy-cache' found, with contents: MISS", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-fastly-request-id' found, with contents: 12821df5c3f5eb828b1a4ce7d4e3637faa71291a", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-github-request-id' found, with contents: DB72:2841:1B0932:23C885:5E8119E0", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, - }, - "category": "Uncommon Header", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-served-by' found, with contents: cache-fra19151-FRA", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", + "banner": "Netlify", + "hostname": "docs.securecodebox.io", + "ip_address": "46.101.121.244", "method": "GET", - "niktoId": 999955, - "port": 443, + "niktoId": 287, + "port": 80, }, - "category": "Nikto Finding", + "category": "Potential Vulnerability", "description": null, - "location": "https://www.securecodebox.io/", - "name": "The site uses SSL and Expect-CT header is not present.", + "location": "http://docs.securecodebox.io", + "name": "Netlify was identified by the x-nf-request-id header.", "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", + "severity": "HIGH", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", + "banner": "Netlify", + "hostname": "docs.securecodebox.io", + "ip_address": "46.101.121.244", "method": "GET", "niktoId": 999103, - "port": 443, + "port": 80, }, "category": "X-Content-Type-Options Header", "description": null, - "location": "https://www.securecodebox.io/", - "name": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "PUT", - "niktoId": 999962, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "Server banner changed from 'GitHub.com' to 'Varnish'", - "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", - }, - Object { - "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999966, - "port": 443, - }, - "category": "Nikto Finding", - "description": null, - "location": "https://www.securecodebox.io/", - "name": "The Content-Encoding header is set to \\"deflate\\" this may mean that the server is vulnerable to the BREACH attack.", + "location": "http://docs.securecodebox.io", + "name": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type.", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, diff --git a/scanners/nikto/parser/__testFiles__/docs.securecodebox.io.json b/scanners/nikto/parser/__testFiles__/docs.securecodebox.io.json new file mode 100644 index 0000000000..8e3d179a77 --- /dev/null +++ b/scanners/nikto/parser/__testFiles__/docs.securecodebox.io.json @@ -0,0 +1 @@ +{"host":"docs.securecodebox.io","ip":"46.101.121.244","port":"80","banner":"Netlify","vulnerabilities":[{"id": "999957","references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options","method":"GET","url":"","msg":"The anti-clickjacking X-Frame-Options header is not present."},{"id": "000287","references": "https://www.netlify.com/","method":"GET","url":"","msg":"Netlify was identified by the x-nf-request-id header."},{"id": "999103","references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/","method":"GET","url":"","msg":"The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type."}]} diff --git a/scanners/nikto/parser/__testFiles__/www.securecodebox.io.json.license b/scanners/nikto/parser/__testFiles__/docs.securecodebox.io.json.license similarity index 100% rename from scanners/nikto/parser/__testFiles__/www.securecodebox.io.json.license rename to scanners/nikto/parser/__testFiles__/docs.securecodebox.io.json.license diff --git a/scanners/nikto/parser/__testFiles__/juice-shop.json b/scanners/nikto/parser/__testFiles__/juice-shop.json index df860c1f80..48b659aedf 100644 --- a/scanners/nikto/parser/__testFiles__/juice-shop.json +++ b/scanners/nikto/parser/__testFiles__/juice-shop.json @@ -1 +1,892 @@ -{"host":"juice-shop.demo.securecodebox.io","ip":"35.246.195.112","port":"443","banner":"nginx/1.17.8","vulnerabilities":[{"id": "999986","OSVDB": "0","method":"GET","url":"/","msg":"Retrieved access-control-allow-origin header: *"},{"id": "999102","OSVDB": "0","method":"GET","url":"/","msg":"The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'feature-policy' found, with contents: payment 'self'"},{"id": "999955","OSVDB": "0","method":"GET","url":"/","msg":"The site uses SSL and Expect-CT header is not present."},{"id": "999997","OSVDB": "0","method":"GET","url":"/ftp/","msg":"Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200)"},{"id": "999996","OSVDB": "0","method":"GET","url":"/robots.txt","msg":"\"robots.txt\" contains 1 entry which should be manually viewed."},{"id": "999966","OSVDB": "0","method":"GET","url":"/","msg":"The Content-Encoding header is set to \"deflate\" this may mean that the server is vulnerable to the BREACH attack."},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodebox.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.io.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.tar.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.jks","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/database.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.cer","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/site.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/backup.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.tgz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.zip","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/archive.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop_demo_securecodebox_io.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.tar","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/securecodebox.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/io.egg","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemo.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/35.246.195.112.sql","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.pem","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/demo.tar.bz2","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shopdemosecurecodeboxio.alz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.war","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.tar.lzma","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/juice-shop.demo.securecodebox.gz","msg":"Potentially interesting backup/cert file found. "},{"id": "740001","OSVDB": "0","method":"HEAD","url":"/dump.tar.gz","msg":"Potentially interesting backup/cert file found. "}]} +{ + "host": "juice-shop.demo-targets.svc", + "ip": "10.96.244.199", + "port": "3000", + "banner": "", + "vulnerabilities": [{ + "id": "999986", + "method": "GET", + "url": "", + "msg": "Retrieved access-control-allow-origin header: *." + }, { + "id": "999997", + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + "method": "GET", + "url": "", + "msg": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200)." + }, { + "id": "999996", + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + "method": "GET", + "url": "", + "msg": "\"robots.txt\" contains 1 entry which should be manually viewed." + }, { + "id": "999103", + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + "method": "GET", + "url": "", + "msg": "The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.war: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/demo-targets.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tar.lzma: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/dump.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.svc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.cer: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/10.96.244.199.tgz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/svc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.pem: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targetssvc.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shopdemo-targets.tar: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/archive.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop_demo-targets_svc.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/site.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/juice-shop.demo-targets.jks: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/backup.tar.bz2: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.egg: Potentially interesting backup/cert file found. ." + }, { + "id": "740001", + "references": "https://cwe.mitre.org/data/definitions/530.html", + "method": "HEAD", + "url": "", + "msg": "/database.alz: Potentially interesting backup/cert file found. ." + }, { + "id": "001675", + "method": "GET", + "url": "", + "msg": "/ftp/: This might be interesting." + }, { + "id": "001811", + "method": "GET", + "url": "", + "msg": "/public/: This might be interesting." + }, { + "id": "006737", + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + "method": "POST", + "url": "", + "msg": "/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/connectors/jqueryFileTree.php: NextGEN Gallery LFI." + }, { + "id": "006737", + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + "method": "POST", + "url": "", + "msg": "/wordpress/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/connectors/jqueryFileTree.php: NextGEN Gallery LFI." + }] +} diff --git a/scanners/nikto/parser/__testFiles__/unresolvable-host.json b/scanners/nikto/parser/__testFiles__/unresolvable-host.json new file mode 100644 index 0000000000..15796cb1f5 --- /dev/null +++ b/scanners/nikto/parser/__testFiles__/unresolvable-host.json @@ -0,0 +1 @@ +{"host":"","ip":"","port":"80","banner":"","vulnerabilities":[{"id": "0","method":"GET","url":"","msg":"ERROR: Cannot resolve hostname 'www.unresolvablehost.com' because 'Name or service not known'."}]} \ No newline at end of file diff --git a/scanners/nikto/parser/__testFiles__/unresolvable-host.json.license b/scanners/nikto/parser/__testFiles__/unresolvable-host.json.license new file mode 100644 index 0000000000..c59b85a5b5 --- /dev/null +++ b/scanners/nikto/parser/__testFiles__/unresolvable-host.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 iteratec GmbH + +SPDX-License-Identifier: Apache-2.0 diff --git a/scanners/nikto/parser/__testFiles__/www.securecodebox.io.json b/scanners/nikto/parser/__testFiles__/www.securecodebox.io.json deleted file mode 100644 index 23ce6c4265..0000000000 --- a/scanners/nikto/parser/__testFiles__/www.securecodebox.io.json +++ /dev/null @@ -1 +0,0 @@ -{"host":"www.securecodebox.io","ip":"185.199.108.153","port":"443","banner":"GitHub.com","vulnerabilities":[{"id": "999986","OSVDB": "0","method":"GET","url":"/","msg":"Retrieved via header: 1.1 varnish"},{"id": "999986","OSVDB": "0","method":"GET","url":"/","msg":"Retrieved x-served-by header: cache-fra19151-FRA"},{"id": "999986","OSVDB": "0","method":"GET","url":"/","msg":"Retrieved access-control-allow-origin header: *"},{"id": "999957","OSVDB": "0","method":"GET","url":"/","msg":"The anti-clickjacking X-Frame-Options header is not present."},{"id": "999102","OSVDB": "0","method":"GET","url":"/","msg":"The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'x-timer' found, with contents: S1585519074.290715,VS0,VE1"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'x-cache' found, with contents: HIT"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'x-proxy-cache' found, with contents: MISS"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'x-fastly-request-id' found, with contents: 12821df5c3f5eb828b1a4ce7d4e3637faa71291a"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'x-github-request-id' found, with contents: DB72:2841:1B0932:23C885:5E8119E0"},{"id": "999100","OSVDB": "0","method":"GET","url":"/","msg":"Uncommon header 'x-served-by' found, with contents: cache-fra19151-FRA"},{"id": "999955","OSVDB": "0","method":"GET","url":"/","msg":"The site uses SSL and Expect-CT header is not present."},{"id": "999103","OSVDB": "0","method":"GET","url":"/","msg":"The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type"},{"id": "999962","OSVDB": "0","method":"PUT","url":"/","msg":"Server banner changed from 'GitHub.com' to 'Varnish'"},{"id": "999966","OSVDB": "0","method":"GET","url":"/","msg":"The Content-Encoding header is set to \"deflate\" this may mean that the server is vulnerable to the BREACH attack."}]} diff --git a/scanners/nikto/parser/parser.test.js b/scanners/nikto/parser/parser.test.js index e181dee877..038d44aa9f 100644 --- a/scanners/nikto/parser/parser.test.js +++ b/scanners/nikto/parser/parser.test.js @@ -15,7 +15,7 @@ const { parse } = require("./parser"); test("parses www.securecodebox.io result file into findings", async () => { const fileContent = JSON.parse( - await readFile(__dirname + "/__testFiles__/www.securecodebox.io.json", { + await readFile(__dirname + "/__testFiles__/docs.securecodebox.io.json", { encoding: "utf8", }) ); @@ -46,3 +46,12 @@ test("should properly parse empty json file", async () => { await expect(validateParser(findings)).resolves.toBeUndefined(); expect(findings).toMatchInlineSnapshot("Array []"); }); + +test("parses 'no web server found' finding correctly", async () => { + const fileContent = JSON.parse( + await readFile(__dirname + "/__testFiles__/unresolvable-host.json", { + encoding: "utf8", + }) + ); + const findings = await parse(fileContent); + await expect(validateParser(findings)).resolves.toBeUndefined();}); \ No newline at end of file