Merge branch 'main' into main

This commit is contained in:
mainmind 2021-02-03 23:32:02 +01:00 committed by GitHub
commit 3454e7a765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 659 additions and 5 deletions

View File

@ -10,12 +10,15 @@ Si quieres incluir algún sitio público, puedes crear [un nuevo issue](https://
### Errores o sugerencias
[Abre un nuevo issue](https://github.com/PucelaBits/websegura/issues/new/choose) para hacernos saber si hay algún error con la web o tienes alguna idea para mejorar.
🐞 [Abre un nuevo issue](https://github.com/PucelaBits/websegura/issues/new/choose) para hacernos saber si hay algún error con la web.
💡 Si tienes alguna idea o pregunta para mejorar, podemos [debatirla en los foros](https://github.com/PucelaBits/websegura/discussions).
### Habla con nosotros
- [Chat en matrix](https://matrix.to/#/#PucelaBits_websegura:gitter.im)
- [![Chat en gitter https://gitter.im/PucelaBits/websegura](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PucelaBits/websegura?utm_source=badge&utm_medium=badge&utm_content=badge)
- [Foros del proyecto](https://github.com/PucelaBits/websegura/discussions)
- [PucelaBits](https://pucelabits.org)
## Desarrollo

View File

@ -3,7 +3,7 @@
"webs": [
{
"url": "www.navarra.es",
"name": "Navarra",
"name": "Comunidad Foral de Navarra",
"twitter": "gob_na"
},
{

View File

@ -0,0 +1,27 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:24 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Content-Type": "text/html;charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:49:20 GMT",
"Liferay-Portal": "Liferay Digital Experience Platform 7.0.10 GA1 (Wilberforce / Build 7010 / June 15, 2016)",
"Server": "Apache-Coyote/1.1",
"Set-Cookie": "GUEST_LANGUAGE_ID=es_ES; Domain=.navarra.es; Expires=Thu, 03-Feb-2022 17:49:21 GMT; Path=/; HttpOnly",
"Transfer-Encoding": "chunked",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "SAMEORIGIN",
"X-Powered-By": "JSP/2.2",
"X-XSS-Protection": "1"
},
"scan_id": 17574521,
"score": 15,
"start_time": "Wed, 03 Feb 2021 17:49:16 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 3,
"tests_passed": 9,
"tests_quantity": 12
}

View File

@ -0,0 +1,28 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:21 GMT",
"grade": "D+",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Accept-Ranges": "bytes",
"Content-Location": "https://hacienda.navarra.es/Default.htm",
"Content-Type": "text/html",
"Date": "Wed, 03 Feb 2021 17:49:20 GMT",
"ETag": "\"aea2e382912c71:14715\"",
"Last-Modified": "Mon, 27 Nov 2006 13:37:44 GMT",
"Server": "Microsoft-IIS/6.0",
"Set-Cookie": "GN=!OMRpTJC5NpApKZPILbVQVBUWIR5vnkRS/ok1KOkfGMh/KsPv3bMhyU9MzeD/96+aO7iQy1MTVZ1VLQ==; path=/; Httponly; Secure",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"Transfer-Encoding": "chunked",
"X-Powered-By": "ASP.NET"
},
"scan_id": 17574522,
"score": 40,
"start_time": "Wed, 03 Feb 2021 17:49:16 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 4,
"tests_passed": 8,
"tests_quantity": 12
}

View File

@ -0,0 +1,16 @@
[
{
"end_time": "Sun, 23 Dec 2018 05:57:45 GMT",
"end_time_unix_timestamp": 1545544665,
"grade": "F",
"scan_id": 9546842,
"score": 0
},
{
"end_time": "Wed, 03 Feb 2021 17:49:24 GMT",
"end_time_unix_timestamp": 1612374564,
"grade": "F",
"scan_id": 17574521,
"score": 15
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Sun, 23 Dec 2018 06:28:58 GMT",
"end_time_unix_timestamp": 1545546538,
"grade": "D+",
"scan_id": 9547292,
"score": 40
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:30:10 GMT",
"end_time_unix_timestamp": 1612373410,
"grade": "F",
"scan_id": 17574261,
"score": 10
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:18 GMT",
"end_time_unix_timestamp": 1612374558,
"grade": "F",
"scan_id": 17574515,
"score": 15
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:15 GMT",
"end_time_unix_timestamp": 1612374555,
"grade": "F",
"scan_id": 17574516,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 06 Mar 2019 13:40:01 GMT",
"end_time_unix_timestamp": 1551879601,
"grade": "F",
"scan_id": 10177172,
"score": 0
}
]

View File

@ -0,0 +1,3 @@
{
"error": "www.cener.es is an invalid hostname"
}

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Mon, 11 Apr 2016 13:19:28 GMT",
"end_time_unix_timestamp": 1460380768,
"grade": "F",
"scan_id": 16612,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:30:27 GMT",
"end_time_unix_timestamp": 1612373427,
"grade": "F",
"scan_id": 17574260,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:30:13 GMT",
"end_time_unix_timestamp": 1612373413,
"grade": "F",
"scan_id": 17574263,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:13 GMT",
"end_time_unix_timestamp": 1612374553,
"grade": "D+",
"scan_id": 17574514,
"score": 40
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Sat, 30 Apr 2016 11:34:06 GMT",
"end_time_unix_timestamp": 1462016046,
"grade": "F",
"scan_id": 1019576,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Tue, 14 Mar 2017 15:33:33 GMT",
"end_time_unix_timestamp": 1489505613,
"grade": "F",
"scan_id": 3499607,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:25 GMT",
"end_time_unix_timestamp": 1612374565,
"grade": "F",
"scan_id": 17574510,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:17 GMT",
"end_time_unix_timestamp": 1612374557,
"grade": "D+",
"scan_id": 17574506,
"score": 40
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:12 GMT",
"end_time_unix_timestamp": 1612374552,
"grade": "F",
"scan_id": 17574517,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:30:20 GMT",
"end_time_unix_timestamp": 1612373420,
"grade": "F",
"scan_id": 17574262,
"score": 0
}
]

View File

@ -0,0 +1,9 @@
[
{
"end_time": "Wed, 03 Feb 2021 17:49:29 GMT",
"end_time_unix_timestamp": 1612374569,
"grade": "F",
"scan_id": 17574523,
"score": 0
}
]

View File

@ -0,0 +1,26 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:30:10 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Accept-Ranges": "bytes",
"Connection": "close",
"Content-Length": "4905",
"Content-Type": "text/html",
"Date": "Wed, 03 Feb 2021 17:30:07 GMT",
"ETag": "\"1329-4f07a83196ac0\"",
"Last-Modified": "Tue, 21 Jan 2014 12:54:43 GMT",
"Server": "Apache",
"Strict-Transport-Security": "max-age=0; includeSubDomains"
},
"scan_id": 17574261,
"score": 10,
"start_time": "Wed, 03 Feb 2021 17:19:49 GMT",
"state": "FINISHED",
"status_code": 503,
"tests_failed": 6,
"tests_passed": 6,
"tests_quantity": 12
}

View File

@ -0,0 +1,23 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:18 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Content-Length": "55053",
"Content-Type": "text/html; charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:49:10 GMT",
"Link": "<https://www.animsa.es/wp-json/>; rel=\"https://api.w.org/\"",
"Server": "Microsoft-IIS/8.5",
"X-Powered-By": "PHP/7.4.12, ASP.NET"
},
"scan_id": 17574515,
"score": 15,
"start_time": "Wed, 03 Feb 2021 17:49:02 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 6,
"tests_passed": 6,
"tests_quantity": 12
}

View File

@ -0,0 +1,31 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:15 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Accept-Ranges": "none",
"Cache-Control": "max-age=0, no-cache, no-store, must-revalidate",
"Connection": "Keep-Alive",
"Content-Encoding": "gzip",
"Content-Type": "text/html; charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:49:07 GMT",
"Expires": "Mon, 29 Oct 1923 20:30:00 GMT",
"Keep-Alive": "timeout=5, max=100",
"Last-Modified": "Wed, 03 Feb 2021 12:00:39 GMT",
"Pragma": "no-cache",
"Server": "Apache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"X-Powered-By": "PleskLin"
},
"scan_id": 17574516,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:02 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 7,
"tests_passed": 5,
"tests_quantity": 12
}

View File

@ -0,0 +1,26 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:25 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "must-revalidate",
"Content-Length": "150903",
"Content-Type": "text/html; charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:49:05 GMT",
"Expires": "Sat, 06 Feb 2021 17:49:04 GMT",
"Link": "<http://www.cendeadegalar.es/wp-json/>; rel=\"https://api.w.org/\", <http://www.cendeadegalar.es/>; rel=shortlink",
"Server": "Microsoft-IIS/8.5",
"Set-Cookie": "qtrans_front_language=es; expires=Thu, 03-Feb-2022 17:49:04 GMT; Max-Age=31536000; path=/",
"X-Powered-By": "PHP/5.6.21, ASP.NET"
},
"scan_id": 17574511,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:01 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 8,
"tests_passed": 4,
"tests_quantity": 12
}

View File

@ -0,0 +1,4 @@
{
"error": "invalid-hostname",
"text": "www.cener.es is an invalid hostname"
}

View File

@ -0,0 +1,28 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:30:24 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "no-cache",
"Connection": "Keep-Alive",
"Content-Length": "80342",
"Content-Type": "text/html;charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:30:07 GMT",
"Expires": "Wed, 31 Dec 1969 23:59:59 GMT",
"Keep-Alive": "timeout=5, max=499",
"Last-Modified": "Wed, 03 Feb 2021 17:30:07 GMT",
"Pragma": "no-cache",
"Server": "OpenCms/9.5.0",
"Strict-Transport-Security": "max-age=0; includeSubDomains"
},
"scan_id": 17574259,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:19:48 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 7,
"tests_passed": 5,
"tests_quantity": 12
}

View File

@ -0,0 +1,39 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:30:27 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Accept-Ranges": "bytes",
"Age": "0",
"Cache-Control": "max-age=60, public",
"Content-Encoding": "gzip",
"Content-Language": "es",
"Content-Length": "16262",
"Content-Type": "text/html; charset=utf-8",
"Date": "Wed, 03 Feb 2021 17:30:04 GMT",
"Edge-Control": "cache-maxage=3600",
"Etag": "\"1612364960-0-gzip\"",
"Expires": "Sun, 19 Nov 1978 05:00:00 GMT",
"Last-Modified": "Wed, 03 Feb 2021 15:09:20 GMT",
"Link": "<https://www.holaislascanarias.com/>; rel=\"canonical\",<https://www.holaislascanarias.com/>; rel=\"shortlink\"",
"Server": "Apache",
"Set-Cookie": "HA_PROD=back01; path=/",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload;",
"Vary": "Cookie,Accept-Encoding",
"Via": "1.1 varnish (Varnish/5.2)",
"X-Drupal-Cache": "HIT",
"X-Frame-Options": "SAMEORIGIN",
"X-Generator": "Drupal 7 (http://drupal.org)",
"X-Varnish": "154250682 154930776"
},
"scan_id": 17574260,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:19:48 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 6,
"tests_passed": 6,
"tests_quantity": 12
}

View File

@ -0,0 +1,30 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:30:13 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "no-cache, must-revalidate",
"Connection": "keep-alive",
"Content-Encoding": "gzip",
"Content-Language": "es",
"Content-Length": "14099",
"Content-Type": "text/html; charset=utf-8",
"Date": "Wed, 03 Feb 2021 17:29:47 GMT",
"Expires": "Sun, 19 Nov 1978 05:00:00 GMT",
"Server": "GRAFCAN",
"Set-Cookie": "cookiesession1=678A8C421234ABCDEFGHIKLMNOPQ7A46;Expires=Thu, 03 Feb 2022 17:30:07 GMT;Path=/;HttpOnly",
"Vary": "Accept-Encoding",
"X-Content-Type-Options": "nosniff, nosniff",
"X-Frame-Options": "SAMEORIGIN"
},
"scan_id": 17574263,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:19:50 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 6,
"tests_passed": 6,
"tests_quantity": 12
}

View File

@ -0,0 +1,32 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:13 GMT",
"grade": "D+",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "no-store, no-cache, must-revalidate",
"Connection": "Keep-Alive",
"Content-Encoding": "gzip",
"Content-Length": "21030",
"Content-Type": "text/html; charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:49:07 GMT",
"Expires": "Thu, 19 Nov 1981 08:52:00 GMT",
"Keep-Alive": "timeout=5, max=100",
"Link": "<https://mairaga.es/wp-json/>; rel=\"https://api.w.org/\", <https://mairaga.es/>; rel=shortlink",
"Pragma": "no-cache",
"Referrer-Policy": "no-referrer-when-downgrade",
"Server": "Apache",
"Set-Cookie": "PHPSESSID=vkcm5ghpaf9igjp57egqnf5gl7; path=/; secure; HttpOnly",
"Strict-Transport-Security": "max-age=31536000",
"Vary": "Accept-Encoding"
},
"scan_id": 17574514,
"score": 40,
"start_time": "Wed, 03 Feb 2021 17:49:01 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 4,
"tests_passed": 8,
"tests_quantity": 12
}

View File

@ -0,0 +1,28 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:22 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Accept-Ranges": "bytes",
"Age": "0",
"Connection": "keep-alive",
"Content-Length": "535",
"Content-Type": "text/html",
"Date": "Wed, 03 Feb 2021 17:49:10 GMT",
"ETag": "\"5f999b66-217\"",
"Last-Modified": "Wed, 28 Oct 2020 16:25:10 GMT",
"Server": "nginx",
"Via": "varnish",
"X-Cache": "MISS"
},
"scan_id": 17574513,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:01 GMT",
"state": "FINISHED",
"status_code": 503,
"tests_failed": 7,
"tests_passed": 5,
"tests_quantity": 12
}

View File

@ -0,0 +1,26 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:22 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Accept-Ranges": "bytes",
"Content-Length": "105",
"Content-Location": "http://www.navarra.es/Default.htm",
"Content-Type": "text/html",
"Date": "Wed, 03 Feb 2021 17:49:17 GMT",
"ETag": "\"d9d5d17f93efcb1:32118\"",
"Last-Modified": "Thu, 31 Mar 2011 11:05:09 GMT",
"Server": "Microsoft-IIS/6.0",
"Set-Cookie": "GN=!rYfryrE749YXbrrILbVQVBUWIR5vnpRjcKRU9WQHDvTxPSp+HEIWbz7TlxzOHPQB5me2Hf/P5Ns+WA==; path=/; Httponly; Secure"
},
"scan_id": 17574520,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:16 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 7,
"tests_passed": 5,
"tests_quantity": 12
}

View File

@ -0,0 +1,26 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:25 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "must-revalidate",
"Content-Length": "161314",
"Content-Type": "text/html; charset=UTF-8",
"Date": "Wed, 03 Feb 2021 17:49:04 GMT",
"Expires": "Sat, 06 Feb 2021 17:49:04 GMT",
"Link": "<http://www.olite.es/wp-json/>; rel=\"https://api.w.org/\", <http://www.olite.es/>; rel=shortlink",
"Server": "Microsoft-IIS/8.5",
"Set-Cookie": "qtrans_front_language=es; expires=Thu, 03-Feb-2022 17:49:03 GMT; Max-Age=31536000; path=/",
"X-Powered-By": "PHP/5.6.21, ASP.NET"
},
"scan_id": 17574510,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:00 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 8,
"tests_passed": 4,
"tests_quantity": 12
}

View File

@ -0,0 +1,29 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:17 GMT",
"grade": "D+",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "must-revalidate, no-cache, private",
"Connection": "Keep-Alive",
"Content-Type": "text/html; charset=UTF-8",
"Content-language": "es",
"Date": "Wed, 03 Feb 2021 17:31:08 GMT",
"Expires": "Sun, 19 Nov 1978 05:00:00 GMT",
"Keep-Alive": "timeout=5, max=99",
"Link": "<http://www.pamplona.es/>; rel=\"shortlink\", <http://www.pamplona.es/>; rel=\"canonical\", <http://www.pamplona.es/portada>; rel=\"alternate\"; hreflang=\"es\", <http://www.pamplona.es/eu/hasiera>; rel=\"alternate\"; hreflang=\"eu\", <http://www.pamplona.es/en/home>; rel=\"alternate\"; hreflang=\"en\", <http://www.pamplona.es/fr/couvrir>; rel=\"alternate\"; hreflang=\"fr\", <http://www.pamplona.es/portada>; rel=\"revision\"",
"Transfer-Encoding": "chunked",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "SAMEORIGIN",
"X-UA-Compatible": "IE=edge"
},
"scan_id": 17574506,
"score": 40,
"start_time": "Wed, 03 Feb 2021 17:48:59 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 4,
"tests_passed": 8,
"tests_quantity": 12
}

View File

@ -0,0 +1,29 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:12 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "no-store, no-cache, must-revalidate",
"Connection": "Keep-Alive",
"Content-Encoding": "gzip",
"Content-Type": "text/html; charset=iso-8859-1",
"Date": "Wed, 03 Feb 2021 17:49:06 GMT",
"Expires": "Thu, 19 Nov 1981 08:52:00 GMT",
"Keep-Alive": "timeout=15, max=100",
"Pragma": "no-cache",
"Server": "Apache",
"Set-Cookie": "PHPSESSID=e46lu2picpeqv3j01a1gjucsa3; path=/",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding"
},
"scan_id": 17574517,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:02 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 7,
"tests_passed": 5,
"tests_quantity": 12
}

View File

@ -0,0 +1,24 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:30:20 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Connection": "keep-alive",
"Content-Encoding": "gzip",
"Content-Type": "text/html; charset=utf-8",
"Date": "Wed, 03 Feb 2021 17:30:12 GMT",
"Server": "nginx/1.18.0 (Ubuntu)",
"Transfer-Encoding": "chunked",
"X-Powered-By": "Python"
},
"scan_id": 17574262,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:19:50 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 7,
"tests_passed": 5,
"tests_quantity": 12
}

View File

@ -0,0 +1,28 @@
{
"algorithm_version": 2,
"end_time": "Wed, 03 Feb 2021 17:49:29 GMT",
"grade": "F",
"hidden": false,
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Control": "no-cache",
"Connection": "Keep-Alive",
"Content-Type": "text/html; charset=utf-8",
"Date": "Wed, 03 Feb 2021 17:49:20 GMT",
"Keep-Alive": "timeout=15, max=100",
"P3P": "CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"",
"Pragma": "no-cache",
"Server": "Apache",
"Set-Cookie": "932749543074c4132a671e456dec6165=a5f2fd0482a2ed6fe400418aa3c549ae; path=/; secure",
"Transfer-Encoding": "chunked",
"Vary": "User-Agent"
},
"scan_id": 17574523,
"score": 0,
"start_time": "Wed, 03 Feb 2021 17:49:17 GMT",
"state": "FINISHED",
"status_code": 200,
"tests_failed": 6,
"tests_passed": 6,
"tests_quantity": 12
}

View File

@ -61,15 +61,19 @@
<section>
<ul class="icons">
<li>
<a href="https://github.com/PucelaBits/websegura" class="icon brands style2 fa-github">
<a title="GitHub" href="https://github.com/PucelaBits/websegura" class="icon brands style2 fa-github">
<span class="label">GitHub</span></a>
</li>
<li>
<a href="https://t.me/pucelabits" class="icon brands style2 fa-telegram">
<a title="Telegram" href="https://t.me/pucelabits" class="icon brands style2 fa-telegram">
<span class="label">Telegram</span></a>
</li>
<li>
<a href="https://twitter.com/PucelaBits" class="icon brands style2 fa-twitter">
<a title="Foros" href="https://github.com/PucelaBits/websegura/discussions" class="icon style2 fas fa-comments">
<span class="label">Foros</span></a>
</li>
<li>
<a title="Twitter" href="https://twitter.com/PucelaBits" class="icon brands style2 fa-twitter">
<span class="label">Twitter</span></a>
</li>
</ul>