diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 666f2a5b1f..70e81f040a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -699,6 +699,7 @@ jobs: with: repository: "sullo/nikto" path: nikto + ref: nikto-2.5.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -719,7 +720,7 @@ jobs: with: images: ${{ env.DOCKER_NAMESPACE }}/scanner-nikto tag-sha: true - tag-custom: 2.1.6 + tag-custom: 2.5.0 tag-semver: | {{ version }} diff --git a/scanners/nikto/Chart.yaml b/scanners/nikto/Chart.yaml index 98ae5f818e..d513a7622a 100644 --- a/scanners/nikto/Chart.yaml +++ b/scanners/nikto/Chart.yaml @@ -10,7 +10,7 @@ type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 # appVersion - Nikto doesn't really version its releases -appVersion: 2.1.6 +appVersion: 2.5.0 kubeVersion: ">=v1.11.0-0" keywords: diff --git a/scanners/nikto/README.md b/scanners/nikto/README.md index a992037959..b0382a10b1 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 b54939918e..c7ab677e30 100644 --- a/scanners/nikto/examples/demo-bodgeit/findings.yaml +++ b/scanners/nikto/examples/demo-bodgeit/findings.yaml @@ -7,119 +7,95 @@ "name": "The anti-clickjacking X-Frame-Options header is not present.", "description": null, "category": "X-Frame-Options Header", - "location": "http://bodgeit/", + "location": "http://bodgeit", "osi_layer": "NETWORK", "severity": "LOW", "attributes": { - "ip_address": "10.105.36.237", + "ip_address": "10.100.171.235", "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", + "banner": "", "method": "GET", "port": 8080, - "niktoId": 999957 + "niktoId": 999957, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options" }, - "id": "9fc0b231-3a91-4976-ad59-35d59a585a38" + "id": "c8632fdf-0afd-45df-a71c-9eb5bf988c2b", + "parsed_at": "2021-08-30T15:03:12.577Z" }, { - "name": "The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS", + "name": "The anti-clickjacking X-Frame-Options header is not present.", "description": null, - "category": "X-XSS-Protection", - "location": "http://bodgeit/", + "category": "X-Frame-Options Header", + "location": "http://bodgeit", "osi_layer": "NETWORK", "severity": "LOW", "attributes": { - "ip_address": "10.105.36.237", + "ip_address": "10.100.171.235", "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", + "banner": "", "method": "GET", "port": 8080, - "niktoId": 999102 + "niktoId": 999957, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options" }, - "id": "fd763ddc-beaf-4bb0-91f6-334fadfaad03" + "id": "428ddc0f-e852-4ae3-afaf-3107fd57e3c3", + "parsed_at": "2021-08-30T15:03:12.577Z" }, { - "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", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.105.36.237", + "ip_address": "10.100.171.235", "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", + "banner": "", "method": "GET", "port": 8080, - "niktoId": 999103 - }, - "id": "08fc1392-6da9-4d57-beb2-dc7f72bea503" - }, - { - "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 + "niktoId": 999103, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/" }, - "id": "7fe0661b-1eac-4e7c-ad02-0fa5b293700c" + "id": "49f31cc3-0a73-4460-9428-e0b85b251690", + "parsed_at": "2021-08-30T15:03:12.577Z" }, { - "name": "HTTP method ('Allow' Header): 'PUT' method could allow clients to save files on the web server.", + "name": "The anti-clickjacking X-Frame-Options header is not present.", "description": null, - "category": "Nikto Finding", - "location": "http://bodgeit/", + "category": "X-Frame-Options Header", + "location": "http://bodgeit", "osi_layer": "NETWORK", - "severity": "INFORMATIONAL", + "severity": "LOW", "attributes": { - "ip_address": "10.105.36.237", + "ip_address": "10.100.171.235", "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", + "banner": "", "method": "GET", "port": 8080, - "niktoId": 400001 + "niktoId": 999957, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options" }, - "id": "f63b2cd6-cb19-43f5-a086-c5084e8b8e2b" + "id": "fecf8260-fce3-4653-b9ac-89944f5a74fb", + "parsed_at": "2021-08-30T15:03:12.577Z" }, { - "name": "HTTP method ('Allow' Header): 'DELETE' may allow clients to remove files on the web server.", + "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": "Nikto Finding", - "location": "http://bodgeit/", + "category": "X-Content-Type-Options Header", + "location": "http://bodgeit", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.105.36.237", + "ip_address": "10.100.171.235", "hostname": "bodgeit", - "banner": "Apache-Coyote/1.1", + "banner": "", "method": "GET", "port": 8080, - "niktoId": 400000 + "niktoId": 999103, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/" }, - "id": "237ff776-7fc1-4509-b51e-d916b3951422" + "id": "6cdb06d1-0229-41d7-b6dc-dd71f203ca0e", + "parsed_at": "2021-08-30T15:03:12.577Z" } -] +] \ No newline at end of file diff --git a/scanners/nikto/examples/demo-bodgeit/nikto-results.json b/scanners/nikto/examples/demo-bodgeit/nikto-results.json deleted file mode 100644 index dcb39259a1..0000000000 --- a/scanners/nikto/examples/demo-bodgeit/nikto-results.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "host": "bodgeit", - "ip": "10.105.36.237", - "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." - } - ] -} 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 bf0e59dddc..56bd983fd8 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 21b9211d4b..659a808f61 100644 --- a/scanners/nikto/examples/demo-juice-shop/findings.yaml +++ b/scanners/nikto/examples/demo-juice-shop/findings.yaml @@ -4,1754 +4,98 @@ [ { - "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", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.111.44.167", + "ip_address": "10.106.148.133", "hostname": "juice-shop", "banner": "", "method": "GET", "port": 3000, - "niktoId": 999986 + "niktoId": 999986, + "references": "unavailable" }, - "id": "f583114f-2728-4c4a-a058-0386965461e8" + "id": "d820d833-8eab-4aaa-9746-2ae491609718", + "parsed_at": "2021-08-30T14:37:39.665Z" }, { - "name": "Retrieved access-control-allow-origin header: *", + "name": "Retrieved access-control-allow-origin header: *.", "description": null, "category": "Nikto Finding", - "location": "http://juice-shop/", + "location": "http://juice-shop", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.111.44.167", + "ip_address": "10.106.148.133", "hostname": "juice-shop", "banner": "", "method": "GET", "port": 3000, - "niktoId": 999986 + "niktoId": 999986, + "references": "unavailable" }, - "id": "73239041-0bea-4dfe-9201-5806b33e0685" + "id": "fcb4dcfe-1851-47b4-9cf4-6715ca989399", + "parsed_at": "2021-08-30T14:37:39.665Z" }, { - "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)", + "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/", + "location": "http://juice-shop", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.111.44.167", + "ip_address": "10.106.148.133", "hostname": "juice-shop", "banner": "", "method": "GET", "port": 3000, - "niktoId": 999997 + "niktoId": 999997, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file" }, - "id": "5a91aacc-1d90-41ca-8322-6a226832149e" + "id": "83981214-fd22-4f53-bbe1-b4fb58b2fdd1", + "parsed_at": "2021-08-30T14:37:39.665Z" }, { - "name": "\"robots.txt\" contains 1 entry which should be manually viewed.", + "name": "Retrieved access-control-allow-origin header: *.", "description": null, - "category": "robots.txt", - "location": "http://juice-shop/robots.txt", + "category": "Nikto Finding", + "location": "http://juice-shop", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.111.44.167", + "ip_address": "10.106.148.133", "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 + "niktoId": 999986, + "references": "unavailable" }, - "id": "0db3a8b6-93cb-4319-ad7c-1eb8b1346205" + "id": "b2f6a633-53f3-43ca-becf-b21d3b7cd5f4", + "parsed_at": "2021-08-30T14:37:39.665Z" }, { - "name": "Potentially interesting backup/cert file found.", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", "description": null, - "category": "Potential Backup File", - "location": "http://juice-shop/database.gz", + "category": "Nikto Finding", + "location": "http://juice-shop", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", "attributes": { - "ip_address": "10.111.44.167", + "ip_address": "10.106.148.133", "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", - "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" - }, - { - "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", + "method": "GET", "port": 3000, - "niktoId": 740001 + "niktoId": 999997, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file" }, - "id": "211dbe86-3b1c-41f5-aa7c-90ed12eddd27" + "id": "bb4f7e97-a791-4ae2-8aa0-8691e5ddcb69", + "parsed_at": "2021-08-30T14:37:39.665Z" } -] +] \ No newline at end of file diff --git a/scanners/nikto/examples/demo-juice-shop/nikto-results.json b/scanners/nikto/examples/demo-juice-shop/nikto-results.json deleted file mode 100644 index 991cbdaac8..0000000000 --- a/scanners/nikto/examples/demo-juice-shop/nikto-results.json +++ /dev/null @@ -1,729 +0,0 @@ -{ - "host": "juice-shop", - "ip": "10.111.44.167", - "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. " - } - ] -} diff --git a/scanners/nikto/parser/__snapshots__/parser.test.js.snap b/scanners/nikto/parser/__snapshots__/parser.test.js.snap index 6cfb6e401f..ffc7df8cc9 100644 --- a/scanners/nikto/parser/__snapshots__/parser.test.js.snap +++ b/scanners/nikto/parser/__snapshots__/parser.test.js.snap @@ -4,4165 +4,51821 @@ 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", + "ip_address": "10.102.221.3", "method": "GET", "niktoId": 999986, - "port": 443, + "port": 3000, + "references": "unavailable", }, "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "Retrieved access-control-allow-origin header: *", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "GET", - "niktoId": 999102, - "port": 443, + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "X-XSS-Protection", + "category": "Nikto Finding", "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", + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", "osi_layer": "NETWORK", - "severity": "LOW", + "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", + "ip_address": "10.102.221.3", "method": "GET", - "niktoId": 999100, - "port": 443, + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Uncommon Header", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "Uncommon header 'feature-policy' found, with contents: payment 'self'", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "GET", - "niktoId": 999955, - "port": 443, + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/", - "name": "The site uses SSL and Expect-CT header is not present.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "GET", "niktoId": 999997, - "port": 443, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, "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)", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "GET", "niktoId": 999996, - "port": 443, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/robots.txt", + "location": "http://juice-shop", "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "GET", - "niktoId": 999966, - "port": 443, + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, "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.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "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", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/35.246.195.112.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.securecodebox.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop_demo_securecodebox_io.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/archive.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tgz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodeboxio.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/demo.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "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", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.zip", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemosecurecodebox.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/database.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.sql", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/backup.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/io.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.tar.bz2", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tar", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.demo.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/securecodebox.egg", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "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", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.pem", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.jks", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Potential Backup File", + "category": "robots.txt", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/site.cer", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", }, - "category": "Potential Backup File", + "category": "Nikto Finding", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shopdemo.alz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", - "method": "HEAD", - "niktoId": 740001, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "name": "/10.102.221.3.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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.war", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/juice-shop.tar.lzma", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "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", + "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", + "ip_address": "10.102.221.3", "method": "HEAD", "niktoId": 740001, - "port": 443, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, "category": "Potential Backup File", "description": null, - "location": "https://juice-shop.demo.securecodebox.io/dump.tar.gz", - "name": "Potentially interesting backup/cert file found.", + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, -] -`; - -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", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "GET", "niktoId": 999986, - "port": 443, + "port": 3000, + "references": "unavailable", }, "category": "Nikto Finding", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Retrieved via header: 1.1 varnish", + "location": "http://juice-shop", + "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": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "GET", - "niktoId": 999986, - "port": 443, + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", }, "category": "Nikto Finding", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Retrieved x-served-by header: cache-fra19151-FRA", + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", "method": "GET", - "niktoId": 999986, - "port": 443, + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", }, - "category": "Nikto Finding", + "category": "robots.txt", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Retrieved access-control-allow-origin header: *", + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999957, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "X-Frame-Options Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "The anti-clickjacking X-Frame-Options header is not present.", + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", - "severity": "LOW", + "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999102, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "X-XSS-Protection", + "category": "Potential Backup File", "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", + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", - "severity": "LOW", + "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999100, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Uncommon Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-timer' found, with contents: S1585519074.290715,VS0,VE1", + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", "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, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Uncommon Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-cache' found, with contents: HIT", + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", "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, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Uncommon Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-proxy-cache' found, with contents: MISS", + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", "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, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Uncommon Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-fastly-request-id' found, with contents: 12821df5c3f5eb828b1a4ce7d4e3637faa71291a", + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", "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, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Uncommon Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-github-request-id' found, with contents: DB72:2841:1B0932:23C885:5E8119E0", + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", "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, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Uncommon Header", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Uncommon header 'x-served-by' found, with contents: cache-fra19151-FRA", + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999955, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "Nikto Finding", + "category": "Potential Backup File", "description": null, - "location": "https://www.securecodebox.io/", - "name": "The site uses SSL and Expect-CT header is not present.", + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", - "method": "GET", - "niktoId": 999103, - "port": 443, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", }, - "category": "X-Content-Type-Options Header", + "category": "Potential Backup File", "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", + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", "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, + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1675, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/ftp/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1675, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/ftp/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1811, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/public/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1675, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/ftp/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1811, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/public/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "POST", + "niktoId": 6737, + "port": 3000, + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "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": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999986, + "port": 3000, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Retrieved access-control-allow-origin header: *.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999997, + "port": 3000, + "references": "https://portswigger.net/kb/issues/00600600_robots-txt-file", + }, + "category": "Nikto Finding", + "description": null, + "location": "http://juice-shop", + "name": "Entry '/ftp/' in robots.txt returned a non-forbidden or redirect HTTP code (200).", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 999996, + "port": 3000, + "references": "https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt", + }, + "category": "robots.txt", + "description": null, + "location": "http://juice-shop", + "name": "\\"robots.txt\\" contains 1 entry which should be manually viewed.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.alz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.lzma: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.tar.bz2: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/dump.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.pem: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/10.102.221.3.war: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/archive.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/database.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/juice-shop.tgz: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/site.egg: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.cer: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "HEAD", + "niktoId": 740001, + "port": 3000, + "references": "https://cwe.mitre.org/data/definitions/530.html", + }, + "category": "Potential Backup File", + "description": null, + "location": "http://juice-shop", + "name": "/backup.jks: Potentially interesting backup/cert file found. .", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1675, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/ftp/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "GET", + "niktoId": 1811, + "port": 3000, + "references": "unavailable", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "name": "/public/: This might be interesting.", + "osi_layer": "NETWORK", + "severity": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "POST", + "niktoId": 6737, + "port": 3000, + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "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": "HIGH", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "juice-shop", + "ip_address": "10.102.221.3", + "method": "POST", + "niktoId": 6737, + "port": 3000, + "references": "https://seclists.org/fulldisclosure/2014/Feb/171", + }, + "category": "Potential Vulnerability", + "description": null, + "location": "http://juice-shop", + "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": "HIGH", + }, +] +`; + +exports[`parses www.securecodebox.io result file into findings 1`] = ` +Array [ + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999103, + "port": 443, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + }, + "category": "X-Content-Type-Options Header", + "description": null, + "location": "https://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", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999103, + "port": 443, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + }, + "category": "X-Content-Type-Options Header", + "description": null, + "location": "https://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", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999103, + "port": 443, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + }, + "category": "X-Content-Type-Options Header", + "description": null, + "location": "https://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", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-runtime' found, with contents: 0.014648.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999103, + "port": 443, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + }, + "category": "X-Content-Type-Options Header", + "description": null, + "location": "https://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", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-runtime' found, with contents: 0.014648.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999992, + "port": 443, + "references": "https://en.wikipedia.org/wiki/Wildcard_certificate", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server is using a wildcard certificate: *.docs.securecodebox.io.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999103, + "port": 443, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + }, + "category": "X-Content-Type-Options Header", + "description": null, + "location": "https://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", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-runtime' found, with contents: 0.014648.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999992, + "port": 443, + "references": "https://en.wikipedia.org/wiki/Wildcard_certificate", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server is using a wildcard certificate: *.docs.securecodebox.io.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999984, + "port": 443, + "references": "CVE-2003-1418", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server may leak inodes via ETags, header found with file /, inode: 591bb200ce7256814c73ca4601683fca, size: ssl, mtime: df.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999962, + "port": 443, + "references": "unavailable", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server banner changed from '' to 'Netlify'.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999957, + "port": 443, + "references": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", + }, + "category": "X-Frame-Options Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "The anti-clickjacking X-Frame-Options header is not present.", + "osi_layer": "NETWORK", + "severity": "LOW", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999103, + "port": 443, + "references": "https://www.netsparker.com/web-vulnerability-scanner/vulnerabilities/missing-content-type-header/", + }, + "category": "X-Content-Type-Options Header", + "description": null, + "location": "https://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", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "PUT", + "niktoId": 999100, + "port": 443, + "references": "unavailable", + }, + "category": "Uncommon Header", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Uncommon header 'x-runtime' found, with contents: 0.014648.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999992, + "port": 443, + "references": "https://en.wikipedia.org/wiki/Wildcard_certificate", + }, + "category": "Nikto Finding", + "description": null, + "location": "https://docs.securecodebox.io", + "name": "Server is using a wildcard certificate: *.docs.securecodebox.io.", + "osi_layer": "NETWORK", + "severity": "INFORMATIONAL", + }, + Object { + "attributes": Object { + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", + "method": "GET", + "niktoId": 999984, "port": 443, + "references": "CVE-2003-1418", }, "category": "Nikto Finding", "description": null, - "location": "https://www.securecodebox.io/", - "name": "Server banner changed from 'GitHub.com' to 'Varnish'", + "location": "https://docs.securecodebox.io", + "name": "Server may leak inodes via ETags, header found with file /, inode: 591bb200ce7256814c73ca4601683fca, size: ssl, mtime: df.", "osi_layer": "NETWORK", "severity": "INFORMATIONAL", }, Object { "attributes": Object { - "banner": "GitHub.com", - "hostname": "www.securecodebox.io", - "ip_address": "185.199.108.153", + "banner": "", + "hostname": "docs.securecodebox.io", + "ip_address": "167.99.246.105", "method": "GET", "niktoId": 999966, "port": 443, + "references": "http://breachattack.com/", }, "category": "Nikto Finding", "description": null, - "location": "https://www.securecodebox.io/", + "location": "https://docs.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", 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..b008d87ce9 --- /dev/null +++ b/scanners/nikto/parser/__testFiles__/docs.securecodebox.io.json @@ -0,0 +1 @@ +{"host":"docs.securecodebox.io","ip":"167.99.246.105","port":"443","banner":"","vulnerabilities":[{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"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": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"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": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA."},{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"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": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA."},{"id": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-runtime' found, with contents: 0.014648."},{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"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": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA."},{"id": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-runtime' found, with contents: 0.014648."},{"id": "999992","references": "https://en.wikipedia.org/wiki/Wildcard_certificate","method":"GET","url":"","msg":"Server is using a wildcard certificate: *.docs.securecodebox.io."},{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"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": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA."},{"id": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-runtime' found, with contents: 0.014648."},{"id": "999992","references": "https://en.wikipedia.org/wiki/Wildcard_certificate","method":"GET","url":"","msg":"Server is using a wildcard certificate: *.docs.securecodebox.io."},{"id": "999984","references": "CVE-2003-1418","method":"GET","url":"","msg":"Server may leak inodes via ETags, header found with file /, inode: 591bb200ce7256814c73ca4601683fca, size: ssl, mtime: df."},{"id": "999962","method":"GET","url":"","msg":"Server banner changed from '' to 'Netlify'."},{"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": "999100","method":"GET","url":"","msg":"Uncommon header 'x-nf-request-id' found, with contents: 01FE1JE776NP79MM4K5VQAYE77."},{"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": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-request-id' found, with contents: 01FE1JGEC7SH88M8FW9WKWGXSA."},{"id": "999100","method":"PUT","url":"","msg":"Uncommon header 'x-runtime' found, with contents: 0.014648."},{"id": "999992","references": "https://en.wikipedia.org/wiki/Wildcard_certificate","method":"GET","url":"","msg":"Server is using a wildcard certificate: *.docs.securecodebox.io."},{"id": "999984","references": "CVE-2003-1418","method":"GET","url":"","msg":"Server may leak inodes via ETags, header found with file /, inode: 591bb200ce7256814c73ca4601683fca, size: ssl, mtime: df."},{"id": "999966","references": "http://breachattack.com/","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/__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..1337ba8457 100644 --- a/scanners/nikto/parser/__testFiles__/juice-shop.json +++ b/scanners/nikto/parser/__testFiles__/juice-shop.json @@ -1 +1 @@ -{"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","ip":"10.102.221.3","port":"3000","banner":"","vulnerabilities":[{"id": "999986","method":"GET","url":"","msg":"Retrieved access-control-allow-origin header: *."},{"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": "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": "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": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/database.tar.lzma: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/juice-shop.tar.bz2: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/juice-shop.tar.lzma: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.tar: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.pem: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/site.tar: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/backup.pem: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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":"/backup.cer: Potentially interesting backup/cert file found. ."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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":"/backup.cer: 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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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":"/backup.cer: 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": "001675","method":"GET","url":"","msg":"/ftp/: This might be interesting."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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":"/backup.cer: 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": "001675","method":"GET","url":"","msg":"/ftp/: This might be interesting."},{"id": "001811","method":"GET","url":"","msg":"/public/: This might be interesting."},{"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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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":"/backup.cer: 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": "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": "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": "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":"/site.tgz: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.alz: 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":"/10.102.221.3.pem: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tar.lzma: 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":"/10.102.221.3.cer: 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":"/archive.war: 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":"/site.pem: 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-shop.jks: 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":"/backup.tar.lzma: 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":"/backup.egg: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.tgz: 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":"/archive.cer: 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":"/archive.tar.lzma: 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":"/backup.alz: 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":"/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":"/database.tar: 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":"/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":"/10.102.221.3.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.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: 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":"/database.alz: 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":"/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.egg: 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":"/dump.tar: 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":"/dump.alz: 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":"/site.war: 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":"/dump.jks: Potentially interesting backup/cert file found. ."},{"id": "740001","references": "https://cwe.mitre.org/data/definitions/530.html","method":"HEAD","url":"","msg":"/10.102.221.3.egg: 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":"/10.102.221.3.tar.bz2: 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":"/site.jks: 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":"/archive.tar.bz2: 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":"/dump.tar.bz2: 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":"/backup.tar.bz2: 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":"/dump.cer: Potentially interesting backup/cert file found. ."},{"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":"/10.102.221.3.war: 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":"/database.cer: 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":"/site.cer: 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":"/backup.cer: 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": "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.js b/scanners/nikto/parser/parser.js index f0b0c776f6..bd217d4723 100644 --- a/scanners/nikto/parser/parser.js +++ b/scanners/nikto/parser/parser.js @@ -44,14 +44,16 @@ function categorize({ id }) { async function parse({ host, ip, port: portString, banner, vulnerabilities }) { const port = parseInt(portString, 10); - return vulnerabilities.filter(Boolean).map(({ id, method, url, msg }) => { + return vulnerabilities.filter(Boolean).map(({ id, references, method, url, msg }) => { const niktoId = parseInt(id, 10); const [category, severity] = categorize({ id: niktoId }); - // We can only guess at this point. Nikto doesn't tell use anymore :( const protocol = port === 443 || port === 8443 ? "https" : "http"; - + + if (typeof references == 'undefined') { + references = "unavailable" + } return { name: msg.trimRight(), description: null, @@ -66,6 +68,7 @@ async function parse({ host, ip, port: portString, banner, vulnerabilities }) { method, port, niktoId, + references, }, }; }); diff --git a/scanners/nikto/parser/parser.test.js b/scanners/nikto/parser/parser.test.js index 7bfe10e237..6ea6add293 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", }) ); @@ -34,3 +34,13 @@ test("parses OWASP Juice Shop result file into findings", async () => { await expect(validateParser(findings)).resolves.toBeUndefined(); expect(findings).toMatchSnapshot(); }); + +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(); +}); diff --git a/tests/integration/scanner/nikto.test.js b/tests/integration/scanner/nikto.test.js index 3c85494c36..bd5e2d1650 100644 --- a/tests/integration/scanner/nikto.test.js +++ b/tests/integration/scanner/nikto.test.js @@ -23,19 +23,21 @@ test( 90 ); - expect(count).toBe(6); + expect(count).toBe(91); expect(categories).toMatchInlineSnapshot(` Object { - "Identified Software": 1, - "Nikto Finding": 3, - "X-Content-Type-Options Header": 1, - "X-Frame-Options Header": 1, + "Identified Software": 11, + "Nikto Finding": 27, + "Potential Vulnerability": 28, + "X-Content-Type-Options Header": 12, + "X-Frame-Options Header": 13, } `); expect(severities).toMatchInlineSnapshot(` Object { - "informational": 5, - "low": 1, + "high": 28, + "informational": 50, + "low": 13, } `); },